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
...@@ -32,9 +32,8 @@ ...@@ -32,9 +32,8 @@
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <value> <string>This action selects all transactions from this account at a given date to reconcile them all.\n
<none/> This is only useful to start using bank reconciliation after using accounting for some years.</string> </value>
</value>
</item> </item>
<item> <item>
<key> <string>icon</string> </key> <key> <string>icon</string> </key>
...@@ -48,7 +47,7 @@ ...@@ -48,7 +47,7 @@
<key> <string>permissions</string> </key> <key> <string>permissions</string> </key>
<value> <value>
<tuple> <tuple>
<string>Modify portal content</string> <string>Manage portal</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