diff --git a/l10n_fr_intrastat_product/views/intrastat_product_declaration.xml b/l10n_fr_intrastat_product/views/intrastat_product_declaration.xml
index 97c83b2af..dcf05aadf 100644
--- a/l10n_fr_intrastat_product/views/intrastat_product_declaration.xml
+++ b/l10n_fr_intrastat_product/views/intrastat_product_declaration.xml
@@ -15,13 +15,14 @@
{'invisible': [('declaration_type', '=', 'arrivals'), ('company_country_code', '=', 'FR')]}
+ name="invisible"
+ >declaration_type == 'arrivals' and company_country_code == 'FR'
@@ -35,13 +36,13 @@
{'column_invisible': [('parent.declaration_type', '=', 'arrivals'), ('parent.company_country_code', '=', 'FR')]}
+ name="column_invisible"
+ >parent.declaration_type == 'arrivals' and parent.company_country_code == 'FR'
@@ -53,15 +54,12 @@
/>
-
+
{'invisible': [('declaration_type', '=', 'arrivals'), ('company_country_code', '=', 'FR')]}
+ name="invisible"
+ >declaration_type == 'arrivals' and company_country_code == 'FR'
@@ -77,13 +75,13 @@
{'column_invisible': [('parent.declaration_type', '=', 'arrivals'), ('parent.company_country_code', '=', 'FR')]}
+ name="column_invisible"
+ >parent.declaration_type == 'arrivals' and parent.company_country_code == 'FR'
diff --git a/l10n_fr_intrastat_product/views/res_config_settings.xml b/l10n_fr_intrastat_product/views/res_config_settings.xml
index 1bb4afa10..646a97c20 100644
--- a/l10n_fr_intrastat_product/views/res_config_settings.xml
+++ b/l10n_fr_intrastat_product/views/res_config_settings.xml
@@ -7,15 +7,22 @@
res.config.settings
-