Commit febf7994 authored by Romain Courteaud's avatar Romain Courteaud

erp5_core: allow any manager to disable a preference

parent 96c49c15
...@@ -10,6 +10,10 @@ ...@@ -10,6 +10,10 @@
<key> <string>actbox_category</string> </key> <key> <string>actbox_category</string> </key>
<value> <string>workflow</string> </value> <value> <string>workflow</string> </value>
</item> </item>
<item>
<key> <string>actbox_icon</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>actbox_name</string> </key> <key> <string>actbox_name</string> </key>
<value> <string>Disable Preference</string> </value> <value> <string>Disable Preference</string> </value>
...@@ -72,6 +76,7 @@ ...@@ -72,6 +76,7 @@
<value> <value>
<tuple> <tuple>
<string>Owner</string> <string>Owner</string>
<string>Manager</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment