2
0

[FIX] account_fiscal_position_vat_check: fix view

Avoid the error: Field 'show_warning_vat_required' used in attrs ({'invisible': [('show_warning_vat_required', '=', False)]}) is restricted to the group(s) account.group_account_invoice, sales_team.group_sale_salesman.
This commit is contained in:
Alexis de Lattre 2023-01-24 17:04:42 +01:00
parent cc82f61f78
commit bd68bc8605

View File

@ -24,7 +24,7 @@
/></em> that require to know the VAT number of the partner.
</div>
</div>
<group name="fiscal_information" position="inside">
<group name="sale" position="inside">
<field name="show_warning_vat_required" invisible="1" />
</group>
</field>