[MIG] account_statement_base: Migration to 17.0

This commit is contained in:
Rocío Vega
2023-12-15 10:50:29 -03:00
committed by Duy (Đỗ Anh)
parent aa4249efb5
commit 1a3df69adf
3 changed files with 9 additions and 9 deletions

View File

@@ -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",

View File

@@ -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"

View File

@@ -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>