[ADD] web_button_invisible

This commit is contained in:
Ilyas
2023-09-29 15:18:49 +02:00
parent 50cc4cd30d
commit 96df04e5ab
19 changed files with 973 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
This module can be useful in combination with customized workflows
(eg: module base_substate) to avoid user from performing certain actions if a specific
condition is verified.

View File

@@ -0,0 +1,3 @@
* `Ooops404 <https://www.ooops404.com>`__:
* Ilyas <irazor147@gmail.com>

View File

@@ -0,0 +1 @@
This module allows to hide specific buttons for specific user groups if specific conditions are verified.

View File

@@ -0,0 +1,5 @@
Go to Settings > Technical > Models, open a model
In tab "Hide button rule", add a button name and a group, and optionally a condition
For users of that group and as long as the condition is met, button is not visible.