Compare commits

...

1 Commits

Author SHA1 Message Date
fdardenne
ef3e2842b4 [IMP] web: list: document open_on_click arch attribute
The `open_on_click` arch attribute is introduced in odoo/odoo#108903.
This PR document it.
2023-01-12 13:36:19 +01:00

View File

@@ -2142,6 +2142,11 @@ Possible children elements of the list view are:
/>
</control>
``open_on_click``
defines whether or not the record can be opened from the list. By default, this attribute is set
to true if the list is in a view and set to false if the list is in a `one2many` or `many2many`
field.
.. [#treehistory] for historical reasons, it has its origin in tree-type views
later repurposed to a more table/list-type display