Remove invisible currency_id field, because my PR on Odoo has been merged https://github.com/odoo/odoo/pull/14714

This commit is contained in:
Alexis de Lattre
2016-12-14 10:48:22 +01:00
parent 115c0b36de
commit e7191d3ee1
2 changed files with 0 additions and 3 deletions

View File

@@ -43,7 +43,6 @@
<field name="arch" type="xml">
<field name="state" position="after">
<field name="is_shipped" invisible="not context.get('show_purchase', False)"/>
<field name="currency_id" invisible="1"/>
</field>
</field>
</record>

View File

@@ -34,7 +34,6 @@
<field name="arch" type="xml">
<field name="amount_total" position="before">
<field name="amount_untaxed" sum="Total Untaxed" widget="monetary"/>
<field name="currency_id" invisible="1"/>
</field>
</field>
</record>
@@ -46,7 +45,6 @@
<field name="arch" type="xml">
<field name="amount_total" position="before">
<field name="amount_untaxed" sum="Total Untaxed" widget="monetary"/>
<field name="currency_id" invisible="1"/>
</field>
<field name="date_order" position="attributes">
<attribute name="invisible">1</attribute>