Skip to content

Commit

Permalink
[14.0] brexit support - fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
luc-demeyer committed Jan 2, 2022
1 parent 3e2db4c commit 80a97a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions intrastat_product/views/intrastat_product_declaration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
/>
<field
name="product_origin_country_code"
attrs="{'column_invisible': [('declaration_type.type', '=', 'arrivals')]}"
attrs="{'column_invisible': [('parent.declaration_type', '=', 'arrivals')]}"
string="Product C/O"
/>
<field name="vat" />
Expand Down Expand Up @@ -347,7 +347,7 @@
<field name="product_origin_country_id" invisible="1" />
<field
name="product_origin_country_code"
attrs="{'invisible': [('type', '!=', 'arrivals')]}"
attrs="{'invisible': [('declaration_type', '!=', 'arrivals')]}"
/>
<field name="vat" />
</group>
Expand Down

0 comments on commit 80a97a7

Please sign in to comment.