Availability |
Odoo Online
Odoo.sh
On Premise
|
Technical Name |
hide_action_buttons |
License | LGPL-3 |
Website | http://xfanis.ru |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Technical Name |
hide_action_buttons |
License | LGPL-3 |
Website | http://xfanis.ru |
Hide Action Buttons
This module provides ability to hide action buttons (Create/Edit)
in form views based on conditions of record.
Steps:
- install the module
- add computable boolean field named as "hide_action_buttons" for model
- implement computation by your business process for field hide_action_buttons
- insert the field "hide_action_buttons" in the form view of the model
Before:

After:

More details and code examples in the readme.md
Please log in to comment on this module