mirror of
https://github.com/odoo/documentation.git
synced 2025-12-13 16:09:11 +07:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user