Commit 85c655bc authored by Mame Coumba Sall's avatar Mame Coumba Sall Committed by Vincent Pelletier

Allow user to set start or stop date on check document

-user with correct permissions should be able to set start or stop date. Add proxy role manager in scripts.
parent 5ddd9536
......@@ -70,6 +70,14 @@ for line in line_list:\n
<key> <string>_params</string> </key>
<value> <string>state_change, **kw</string> </value>
</item>
<item>
<key> <string>_proxy_roles</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>updateCheckAndCheckbook</string> </value>
......
......@@ -69,6 +69,14 @@ for line in line_list:\n
<key> <string>_params</string> </key>
<value> <string>state_change, **kw</string> </value>
</item>
<item>
<key> <string>_proxy_roles</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>updateCheckAndCheckbook</string> </value>
......
497
\ No newline at end of file
498
\ 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