mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[MIG] account_statement_base: Migration to 17.0
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user