File tree 1 file changed +10
-0
lines changed
content/developer/reference/frontend
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -828,6 +828,16 @@ Domain (`domain`)
828
828
829
829
- Supported field types: `char `
830
830
831
+ Options:
832
+
833
+ - `model `: the name of the char field encoding the `res_model ` on which the domain applies.
834
+
835
+ - `foldable ` (default: `false `): if true, the domain field is rendered compactly and unfolds
836
+ itself upon user interaction.
837
+
838
+ - `in_dialog ` (default: `false `): if true, the widget opens a dialog when the user wants to edit
839
+ the domain whereas by default, the domain editor is rendered just below the value.
840
+
831
841
Link button (`link_button `)
832
842
The `LinkButton ` widget actually simply displays a span with an icon and the
833
843
text value as content. The link is clickable and will open a new browser
You can’t perform that action at this time.
0 commit comments