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 @@ ...@@ -30,7 +30,7 @@
</item> </item>
<item> <item>
<key> <string>description</string> </key> <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> This removes existing balance transactions.</string> </value>
</item> </item>
<item> <item>
...@@ -49,6 +49,7 @@ This removes existing balance transactions.</string> </value> ...@@ -49,6 +49,7 @@ This removes existing balance transactions.</string> </value>
<key> <string>guard_role</string> </key> <key> <string>guard_role</string> </key>
<value> <value>
<tuple> <tuple>
<string>Assignor</string>
<string>Assignee</string> <string>Assignee</string>
</tuple> </tuple>
</value> </value>
......
...@@ -44,6 +44,7 @@ ...@@ -44,6 +44,7 @@
<value> <value>
<tuple> <tuple>
<string>Assignor</string> <string>Assignor</string>
<string>Assignee</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
...@@ -45,6 +45,7 @@ ...@@ -45,6 +45,7 @@
<value> <value>
<tuple> <tuple>
<string>Assignee</string> <string>Assignee</string>
<string>Assignor</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
...@@ -49,6 +49,7 @@ ...@@ -49,6 +49,7 @@
<value> <value>
<tuple> <tuple>
<string>Assignee</string> <string>Assignee</string>
<string>Assignor</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
...@@ -63,6 +63,7 @@ ...@@ -63,6 +63,7 @@
<value> <value>
<tuple> <tuple>
<string>Assignee</string> <string>Assignee</string>
<string>Assignor</string>
</tuple> </tuple>
</value> </value>
</item> </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