[MIG] account_statement_base: Migration to 17.0
parent
0c7a6072aa
commit
b28dc0e6d3
|
@ -4,7 +4,7 @@
|
|||
|
||||
{
|
||||
"name": "Bank Statement Base",
|
||||
"version": "16.0.1.3.0",
|
||||
"version": "17.0.1.0.0",
|
||||
"category": "Accounting",
|
||||
"license": "LGPL-3",
|
||||
"summary": "Base module for Bank Statements",
|
||||
|
|
|
@ -80,14 +80,14 @@
|
|||
type="object"
|
||||
string="Revert reconciliation"
|
||||
icon="fa-undo"
|
||||
attrs="{'invisible': [('is_reconciled', '=', False)]}"
|
||||
invisible="not is_reconciled"
|
||||
/>
|
||||
<field name="company_id" invisible="1" />
|
||||
<field name="is_reconciled" invisible="1" />
|
||||
<field name="currency_id" invisible="1" />
|
||||
<field name="foreign_currency_id" invisible="1" />
|
||||
<field name="country_code" invisible="1" />
|
||||
<field name="state" invisible="1" />
|
||||
<field name="company_id" column_invisible="True" />
|
||||
<field name="is_reconciled" column_invisible="True" />
|
||||
<field name="currency_id" column_invisible="True" />
|
||||
<field name="foreign_currency_id" column_invisible="True" />
|
||||
<field name="country_code" column_invisible="True" />
|
||||
<field name="state" column_invisible="True" />
|
||||
</tree>
|
||||
</field>
|
||||
</record>
|
||||
|
|
Loading…
Reference in New Issue