Skip to content
Snippets Groups Projects
Commit 6b64263f authored by jordan's avatar jordan
Browse files

[fix] typing "partner"

parent 7f006511
No related branches found
No related tags found
No related merge requests found
......@@ -10,11 +10,11 @@
<field name="inherit_id" ref="account_payment_order.account_payment_order_form"/>
<field name="arch" type="xml">
<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>
</xpath>
<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>
</xpath>
<xpath expr="//field[@name='bank_line_count']" position="after">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment