Commit 1b810622 authored by Łukasz Nowak's avatar Łukasz Nowak

- add proxy role, as this script is working on objects to which calling user has no access


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35802 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 66ca86e9
......@@ -83,6 +83,14 @@ return accounting_transaction_set.keys()\n
<key> <string>_params</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>_proxy_roles</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>errors</string> </key>
<value>
......
1233
\ No newline at end of file
1234
\ No newline at end of file
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