22: Field wrapper + Form Group + X2Many — layout and sub-form components #23
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 layout and sub-view components from PRD-003.
Widgets
FieldWrapper
Wraps any field widget with label, help text, error message, required indicator. Consistent form field layout.
FormGroup
Group of related fields. Optional legend, description, horizontal/vertical layout.
Section
Form section with optional title, fold/collapse toggle.
X2Many (Sub-list/Sub-kanban)
Odoo
one2many/many2many— Inline sub-view with toolbar (add button, action buttons) and pager. Renders ListRenderer or KanbanRenderer inside parent form.References
oddo_widget_subcomponents.md §13 (X2Many), §12 (Properties grid layout patterns)