Hide Action Buttons

This module provides ability to hide action buttons (Create/Edit) in form views based on conditions of record.

Steps:

  1. install the module
  2. add computable boolean field named as "hide_action_buttons" for model
  3. implement computation by your business process for field hide_action_buttons
  4. insert the field "hide_action_buttons" in the form view of the model

Before:

Before

After:

After
More details and code examples in the readme.md