Commit aadfefa3 authored by Tristan Cavelier's avatar Tristan Cavelier

erp5_base: allow View on Solver Processes

Since last FormBox behavior fix, the context needs to have View permission.
We allow to View for groups that has some permissions on the related delivery.
This way, users that has permission to solve divergences should be able
to get the form, fill it, update it and submit it.
parent f6e419c1
......@@ -30,6 +30,7 @@
<key> <string>_View_Permission</string> </key>
<value>
<tuple>
<string>Auditor</string>
<string>Manager</string>
</tuple>
</value>
......
......@@ -46,6 +46,7 @@
<tuple>
<string>Modify portal content</string>
<string>Add portal content</string>
<string>View</string>
</tuple>
</value>
</item>
......
......@@ -85,6 +85,15 @@
</tuple>
</value>
</item>
<item>
<key> <string>View</string> </key>
<value>
<tuple>
<string>Assignor</string>
<string>Manager</string>
</tuple>
</value>
</item>
</dictionary>
</value>
</item>
......
......@@ -85,6 +85,12 @@
</tuple>
</value>
</item>
<item>
<key> <string>View</string> </key>
<value>
<list/>
</value>
</item>
</dictionary>
</value>
</item>
......
......@@ -83,6 +83,12 @@
</tuple>
</value>
</item>
<item>
<key> <string>View</string> </key>
<value>
<list/>
</value>
</item>
</dictionary>
</value>
</item>
......
......@@ -68,6 +68,12 @@
</tuple>
</value>
</item>
<item>
<key> <string>View</string> </key>
<value>
<list/>
</value>
</item>
</dictionary>
</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