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 @@
<key> <string>actbox_category</string> </key>
<value> <string>workflow</string> </value>
</item>
<item>
<key> <string>actbox_icon</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>actbox_name</string> </key>
<value> <string>Disable Preference</string> </value>
......@@ -72,6 +76,7 @@
<value>
<tuple>
<string>Owner</string>
<string>Manager</string>
</tuple>
</value>
</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