mirror of
https://github.com/OCA/intrastat-extrastat.git
synced 2025-02-16 17:13:41 +02:00
[14.0] brexit support - fix pipeline
This commit is contained in:
@@ -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" />
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user