fix supplier invoice view

This commit is contained in:
luc-demeyer
2017-07-26 08:47:37 +02:00
parent 4aac593f94
commit 0dd91318ef

View File

@@ -46,7 +46,7 @@
<field name="src_dest_country_id" string="Origin/Destination Country"/>
<field name="src_dest_country_code" invisible="1"/>
<field name="src_dest_region_id" string="Origin/Destination Region"
attrs="{'invisible': [('country_code', 'not in', ['BE'])]}"/>
attrs="{'invisible': [('src_dest_country_code', 'not in', ['BE'])]}"/>
</xpath>
<xpath expr="//field[@name='invoice_line']//field[@name='account_id']" position="after">
<field name="hs_code_id"/>