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
This app does not use any external Python dependencies.
This app is not translated in any languages, it is only available in English.