[MIG] account_bank_statement_import_move_line: Migration to v12

This commit is contained in:
Victor M.M. Torres
2019-08-20 18:26:20 +02:00
committed by Pedro M. Baeza
parent a22ec2a2b6
commit dc40c9cb1b
9 changed files with 92 additions and 46 deletions

View File

@@ -11,7 +11,8 @@
<button name="%(account_statement_line_create_action)d"
string="Import Journal Items" type="action"
class="oe_highlight"
attrs="{'invisible':[('state', '!=', 'open')]}"/>
attrs="{'invisible':[('state', '!=', 'open')]}"
groups="account.group_account_user"/>
</field>
</field>
</record>