From 39ed1bd54b9d9f12c8837e360f7ece8290e431d9 Mon Sep 17 00:00:00 2001
From: jordan <jordan@le-filament.com>
Date: Wed, 26 Jan 2022 14:38:55 +0100
Subject: [PATCH] [fix] change sequence menu Cotisations to avoid error

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

diff --git a/views/account_invoice.xml b/views/account_invoice.xml
index 4241a5b..a63f118 100644
--- a/views/account_invoice.xml
+++ b/views/account_invoice.xml
@@ -144,7 +144,7 @@
         <menuitem id="menu_scop_cotisation"
                   name="Cotisations"
                   parent="account.menu_finance"
-                  sequence="1"/>
+                  sequence="2"/>
 
     </data>
 </odoo>
\ No newline at end of file
-- 
GitLab