28: FormSheet — centered form container with groups, notebook, button box #29
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Build the form view sheet layout — Odoo's
o_form_view+ FormGroup + Notebook + ButtonBox.Components
FormSheet
Centered form container with max-width, padding, background.
FormGroup
Grid-based field layout with configurable column count. Each row splits into:
Notebook
Tabbed page container with horizontal tab bar. Active tab highlighted.
Tabs clickable to switch content.
ButtonBox
Action buttons rendered in the top-right area of the form (save, discard, edit,
action dropdown, etc.)
StatusBar (form)
Workflow step indicator at top of form.
References
PRD-003 §2 form
Odoo: form_controller.xml, form_group.xml, form_renderer.js, form_controller.scss
oddo_widget_subcomponents.md §5.7 (StatusBar)