Commit 4761e8be authored by Jérome Perrin's avatar Jérome Perrin

bank_reconciliation: Disable "Select Non Reconciled"

This action is very rarely used, typically once for each section and
then never used again.

Make it only enabled for Manager user, as a way to disable it, but it's
still here and it still works, but it's not useful in normal operations.
parent c1c1505a
Pipeline #7935 passed with stage
in 0 seconds
......@@ -32,9 +32,8 @@
</item>
<item>
<key> <string>description</string> </key>
<value>
<none/>
</value>
<value> <string>This action selects all transactions from this account at a given date to reconcile them all.\n
This is only useful to start using bank reconciliation after using accounting for some years.</string> </value>
</item>
<item>
<key> <string>icon</string> </key>
......@@ -48,7 +47,7 @@
<key> <string>permissions</string> </key>
<value>
<tuple>
<string>Modify portal content</string>
<string>Manage portal</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