From 3f0d2e16924595e05171b970c3f7bbef828d62a0 Mon Sep 17 00:00:00 2001
From: Juliana <juliana@le-filament.com>
Date: Thu, 29 Dec 2022 13:17:53 +0100
Subject: [PATCH] [UPD]Change statut Suivi for process adhesion

---
 views/res_partner.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/views/res_partner.xml b/views/res_partner.xml
index 860677c..e51f0b5 100644
--- a/views/res_partner.xml
+++ b/views/res_partner.xml
@@ -13,7 +13,7 @@
                     <page
                         name='scop_contribution'
                         string="Cotisations"
-                        attrs="{'invisible': ['|', ('is_cooperative', '!=', True), ('project_status', '!=', '6_suivi')]}"
+                        attrs="{'invisible': ['|', ('is_cooperative', '!=', True), ('project_status', '!=', '4_suivi')]}"
                     >
                         <notebook>
                             <page name="contribution" string="Appels de Cotisations">
-- 
GitLab