Commit e1911e8a authored by Rafael Monnerat's avatar Rafael Monnerat

erp5_crm: This script requires proxy roles when setSource

It the user don't have fully permission on the object (already changed state), this set will fail to check if source should be defined.
parent feca5a96
...@@ -52,6 +52,14 @@ ...@@ -52,6 +52,14 @@
<key> <string>_params</string> </key> <key> <string>_params</string> </key>
<value> <string>sci</string> </value> <value> <string>sci</string> </value>
</item> </item>
<item>
<key> <string>_proxy_roles</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
</value>
</item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>SupportRequest_setSource</string> </value> <value> <string>SupportRequest_setSource</string> </value>
......
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