Skip to content
Snippets Groups Projects
Commit b094fc6b authored by Prakash Prajapati's avatar Prakash Prajapati Committed by De Paoli Quentin
Browse files

[FIX] l10n_be_invoice_bba: Installation fix the traceback

 --change the group name acc_sale -> sale

TASK:1865319
parent da150e59
Branches
Tags
No related merge requests found
......@@ -6,7 +6,7 @@
<field name="model">res.partner</field>
<field name="inherit_id" ref="account.view_partner_property_form"/>
<field name="arch" type="xml">
<group name="acc_sale" position="inside">
<group name="sale" position="inside">
<field name="out_inv_comm_type"/>
<field name="out_inv_comm_algorithm" attrs="{'invisible':[('out_inv_comm_type','!=','bba')]}"/>
</group>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment