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="state" position="after">
|
||||
<field name="is_shipped" invisible="not context.get('show_purchase', False)"/>
|
||||
<field name="currency_id" invisible="1"/>
|
||||
</field>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
Reference in New Issue
Block a user