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>