Commit d7c0baf1 authored by Jérome Perrin's avatar Jérome Perrin

accounting: only allow Assignor to restart accounting periods

This partially reverts 8a336dc5 (erp5_accounting: Allow
Assignor manage Accounting Periods, 2024-09-16) for the restart
transition, it is intentional that only Assignor can restart
an accounting period that have been closed.
The idea was to support a scenario where re-opening a period
that was closed can not be done directly by the Assignee but
needs validation from the assignor.
parent ad699c72
...@@ -50,7 +50,6 @@ This removes existing balance transactions.</string> </value> ...@@ -50,7 +50,6 @@ This removes existing balance transactions.</string> </value>
<value> <value>
<tuple> <tuple>
<string>Assignor</string> <string>Assignor</string>
<string>Assignee</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
...@@ -44,7 +44,6 @@ ...@@ -44,7 +44,6 @@
<value> <value>
<tuple> <tuple>
<string>Assignor</string> <string>Assignor</string>
<string>Assignee</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