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

accounting: fix permission of "Conversion" views of Internal Transactions

These actions should be always displayed, not only when user can modify,
otherwise the action is no longer displayed once the transaction
becomes delivered.
parent df2642cf
......@@ -46,7 +46,7 @@
<key> <string>permissions</string> </key>
<value>
<tuple>
<string>Modify portal content</string>
<string>View</string>
</tuple>
</value>
</item>
......
......@@ -46,7 +46,7 @@
<key> <string>permissions</string> </key>
<value>
<tuple>
<string>Modify portal content</string>
<string>View</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