Skip to content

Commit ce3a6c1

Browse files
committed
[MIG] account_invoice_tree_currency: Migration to 18.0
1 parent bd09b84 commit ce3a6c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

account_invoice_tree_currency/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "Account Invoice Tree Currency",
66
"author": "ForgeFlow, Odoo Community Association (OCA)",
77
"summary": "Show currencies in the invoice tree view",
8-
"version": "16.0.1.0.0",
8+
"version": "18.0.1.0.0",
99
"category": "Accounting & Finance",
1010
"website": "https://github.com/OCA/account-invoicing",
1111
"depends": ["account"],

account_invoice_tree_currency/views/account_move_view.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<field name="inherit_id" ref="account.view_invoice_tree" />
1111
<field name="arch" type="xml">
1212
<field name="company_currency_id" position="attributes">
13-
<attribute name="invisible">0</attribute>
13+
<attribute name="column_invisible" />
1414
<attribute name="optional">hide</attribute>
1515
</field>
1616
<field name="amount_residual_signed" position="after">

0 commit comments

Comments
 (0)