From 2561df07f3f4ca1c656f81179c70ccf7578aa059 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com>
Date: Tue, 29 Jun 2021 10:21:43 +0000
Subject: [PATCH] [FIX] remove restrictive group from menu

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

diff --git a/views/fumoc_lot_prefix_dlc.xml b/views/fumoc_lot_prefix_dlc.xml
index 900ec96..1f97681 100644
--- a/views/fumoc_lot_prefix_dlc.xml
+++ b/views/fumoc_lot_prefix_dlc.xml
@@ -22,7 +22,7 @@
         </record>
 
         <menuitem id="menu_fumoc_lot_prefix_dlc" name="Lots / DLC" parent="stock.menu_stock_config_settings"
-                  sequence="10" action="action_fumoc_lot_prefix_dlc" groups="base.group_system"/>
+                  sequence="10" action="action_fumoc_lot_prefix_dlc"/>
 
     </data>
-</odoo>
\ No newline at end of file
+</odoo>
-- 
GitLab