File tree 1 file changed +14
-0
lines changed
content/developer/reference/frontend
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -828,6 +828,20 @@ 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
+
841
+ - `count_limit ` (default: `10000 `): the domain widget performs search_count requests to validate
842
+ the domain, and to indicate the number of records matching it. This requests might be costly
843
+ on large tables, so by default, the search_count is limited to 10000.
844
+
831
845
Link button (`link_button `)
832
846
The `LinkButton ` widget actually simply displays a span with an icon and the
833
847
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