Commit f852d374 authored by Rafael Monnerat's avatar Rafael Monnerat

erp5_accounting: Allow Assignor start and stop Accounting Periods

   Fixup the inconsistent restart/restart_action transition, that has Assignee/Assignor guard in am inconsistent matter.
parent dac1a00c
Pipeline #36789 passed with stage
in 0 seconds
......@@ -30,7 +30,7 @@
</item>
<item>
<key> <string>description</string> </key>
<value> <string>Restarts the accounting period in order to input transactions.\r\n
<value> <string>Restarts the accounting period in order to input transactions.\n
This removes existing balance transactions.</string> </value>
</item>
<item>
......@@ -49,6 +49,7 @@ This removes existing balance transactions.</string> </value>
<key> <string>guard_role</string> </key>
<value>
<tuple>
<string>Assignor</string>
<string>Assignee</string>
</tuple>
</value>
......
......@@ -44,6 +44,7 @@
<value>
<tuple>
<string>Assignor</string>
<string>Assignee</string>
</tuple>
</value>
</item>
......
......@@ -45,6 +45,7 @@
<value>
<tuple>
<string>Assignee</string>
<string>Assignor</string>
</tuple>
</value>
</item>
......
......@@ -49,6 +49,7 @@
<value>
<tuple>
<string>Assignee</string>
<string>Assignor</string>
</tuple>
</value>
</item>
......
......@@ -63,6 +63,7 @@
<value>
<tuple>
<string>Assignee</string>
<string>Assignor</string>
</tuple>
</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