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:
@@ -43,7 +43,6 @@
|
|||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
<field name="state" position="after">
|
<field name="state" position="after">
|
||||||
<field name="is_shipped" invisible="not context.get('show_purchase', False)"/>
|
<field name="is_shipped" invisible="not context.get('show_purchase', False)"/>
|
||||||
<field name="currency_id" invisible="1"/>
|
|
||||||
</field>
|
</field>
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
|||||||
@@ -34,7 +34,6 @@
|
|||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
<field name="amount_total" position="before">
|
<field name="amount_total" position="before">
|
||||||
<field name="amount_untaxed" sum="Total Untaxed" widget="monetary"/>
|
<field name="amount_untaxed" sum="Total Untaxed" widget="monetary"/>
|
||||||
<field name="currency_id" invisible="1"/>
|
|
||||||
</field>
|
</field>
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
@@ -46,7 +45,6 @@
|
|||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
<field name="amount_total" position="before">
|
<field name="amount_total" position="before">
|
||||||
<field name="amount_untaxed" sum="Total Untaxed" widget="monetary"/>
|
<field name="amount_untaxed" sum="Total Untaxed" widget="monetary"/>
|
||||||
<field name="currency_id" invisible="1"/>
|
|
||||||
</field>
|
</field>
|
||||||
<field name="date_order" position="attributes">
|
<field name="date_order" position="attributes">
|
||||||
<attribute name="invisible">1</attribute>
|
<attribute name="invisible">1</attribute>
|
||||||
|
|||||||
Reference in New Issue
Block a user