[IMP] reference/user interface: kanban: can_open attribute

(Part of) task `3650117`

Part-of: odoo/documentation#9604
Related: odoo/odoo#167751
Related: odoo/enterprise#63714
Signed-off-by: Aaron Bohy (aab) <aab@odoo.com>
This commit is contained in:
Aaron Bohy
2024-06-03 11:43:51 +02:00
parent 0d624f6c3e
commit ce5a8d554d
2 changed files with 12 additions and 4 deletions

View File

@@ -2485,6 +2485,16 @@ Optional attributes can be added to the root element `kanban` to customize the v
:type: str
:default: `''`
.. attribute:: can_open
:noindex:
By default, clicking on a kanban card opens the corresponding record in a form view.
This behavior can be disabled by setting the attribute `can_open` to `False`.
:requirement: Optional
:type: bool
:default: `True`
.. include:: view_architectures/root_attribute_sample.rst
.. include:: view_architectures/root_attribute_banner_route.rst