diff --git a/views/account_invoice.xml b/views/account_invoice.xml index 69b227c3b2478963c6ce5e74d75b62d08437430e..3c7f5a718bde52b8d2641d82730cb60eec978064 100644 --- a/views/account_invoice.xml +++ b/views/account_invoice.xml @@ -14,8 +14,8 @@ </field> <xpath expr="//sheet/group/group[last()]" position="after"> - <group name="cotisations" string="Cotisations"> - <field name="liasse_fiscale_id" readonly="1" attrs="{'invisible': [('is_contribution', '!=', True)]}"/> + <group name="cotisations" string="Cotisations" attrs="{'invisible': [('is_contribution', '!=', True)]}"> + <field name="liasse_fiscale_id" readonly="1"/> </group> </xpath> </field>