Skip to content
Extraits de code Groupes Projets
Valider 6b64263f rédigé par jordan's avatar jordan
Parcourir les fichiers

[fix] typing "partner"

parent 7f006511
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -10,11 +10,11 @@ ...@@ -10,11 +10,11 @@
<field name="inherit_id" ref="account_payment_order.account_payment_order_form"/> <field name="inherit_id" ref="account_payment_order.account_payment_order_form"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<xpath expr="//button[@name='action_cancel']" position="attributes"> <xpath expr="//button[@name='action_cancel']" position="attributes">
<attribute name="groups">base.group_system,cgscop_patner.group_cg_administrator</attribute> <attribute name="groups">base.group_system,cgscop_partner.group_cg_administrator</attribute>
<attribute name="confirm">Confirmer l'annulation de l'ordre de prélèvement ?</attribute> <attribute name="confirm">Confirmer l'annulation de l'ordre de prélèvement ?</attribute>
</xpath> </xpath>
<xpath expr="//button[@name='action_done_cancel']" position="attributes"> <xpath expr="//button[@name='action_done_cancel']" position="attributes">
<attribute name="groups">base.group_system,cgscop_patner.group_cg_administrator</attribute> <attribute name="groups">base.group_system,cgscop_partner.group_cg_administrator</attribute>
<attribute name="confirm">Confirmer l'annulation de l'ordre de prélèvement ?</attribute> <attribute name="confirm">Confirmer l'annulation de l'ordre de prélèvement ?</attribute>
</xpath> </xpath>
<xpath expr="//field[@name='bank_line_count']" position="after"> <xpath expr="//field[@name='bank_line_count']" position="after">
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter