From 6b64263f4f58191094a52c2764169449e8d6e822 Mon Sep 17 00:00:00 2001
From: jordan <jordan@le-filament.com>
Date: Tue, 7 Sep 2021 10:59:07 +0200
Subject: [PATCH] [fix] typing "partner"

---
 views/account_payment_order.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/views/account_payment_order.xml b/views/account_payment_order.xml
index 5d7b7c4..47a3907 100644
--- a/views/account_payment_order.xml
+++ b/views/account_payment_order.xml
@@ -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">
-- 
GitLab