Skip to content

Commit 989a299

Browse files
committed
[FIX] l10n_es_aeat: Invisible page aeat in company if country is not Spain
Page aeat must be visible only for counrty Spain MT-14056 @moduon
1 parent 5c5fd73 commit 989a299

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

l10n_es_aeat/views/res_company_view.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<field name="inherit_id" ref="base.view_company_form" />
99
<field name="arch" type="xml">
1010
<notebook position="inside">
11-
<page name="aeat" string="AEAT">
11+
<page name="aeat" string="AEAT" invisible="country_code != 'ES'">
1212
<group>
1313
<group name="aeat_config">
1414
<field name="tax_agency_id" />

0 commit comments

Comments
 (0)