Skip to content

Commit

Permalink
[15.0][MIG] account_invoice_tree_currency: Migration to 15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OriolVForgeFlow committed Dec 3, 2021
1 parent c5f24c0 commit 8755bbf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion account_invoice_tree_currency/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "Account Invoice Tree Currency",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"summary": "Show currencies in the invoice tree view",
"version": "14.0.1.0.0",
"version": "15.0.1.0.0",
"category": "Accounting & Finance",
"website": "https://github.com/OCA/account-invoicing",
"depends": ["account"],
Expand Down
4 changes: 0 additions & 4 deletions account_invoice_tree_currency/views/account_move_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
<field name="model">account.move</field>
<field name="inherit_id" ref="account.view_invoice_tree" />
<field name="arch" type="xml">
<field name="currency_id" position="attributes">
<attribute name="invisible">0</attribute>
<attribute name="optional">hide</attribute>
</field>
<field name="company_currency_id" position="attributes">
<attribute name="invisible">0</attribute>
<attribute name="optional">hide</attribute>
Expand Down

0 comments on commit 8755bbf

Please sign in to comment.