Commit 71849a58 authored by Jérome Perrin's avatar Jérome Perrin

Add a proxy role to SaleInvoiceTransaction_getVAT, so that it can access...

Add a proxy role to SaleInvoiceTransaction_getVAT, so that it can access simulation movements even if simulation is configured in very strict way

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18786 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent db2e0cb5
......@@ -169,6 +169,15 @@ return vat_infos\n
<key> <string>_params</string> </key>
<value> <string>REQUEST=None</string> </value>
</item>
<item>
<key> <string>_proxy_roles</string> </key>
<value>
<tuple>
<string>Auditor</string>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>errors</string> </key>
<value>
......
13
\ No newline at end of file
15
\ 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