mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user