From 03642b2d12c7c49fdc37d8ec5b791079f6b20942 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Pedro=20S=C3=A1nchez?= <juanpe.sn@gmail.com> Date: Tue, 11 Mar 2025 12:13:08 +0100 Subject: [PATCH] =?UTF-8?q?[FIX]=20=F0=9F=90=9B=20&=20=F0=9F=8F=97?= =?UTF-8?q?=EF=B8=8F=20=20fix=20views/menus.xml=20order=20and=20bump=20ver?= =?UTF-8?q?sion=20to=2016.0.0.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Dani Quilez <dani.quilez@somenergia.coop> --- energy_communities_service_invoicing/__manifest__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/energy_communities_service_invoicing/__manifest__.py b/energy_communities_service_invoicing/__manifest__.py index 09e3367cc..aaa9dbcc5 100644 --- a/energy_communities_service_invoicing/__manifest__.py +++ b/energy_communities_service_invoicing/__manifest__.py @@ -9,7 +9,7 @@ "author": "Som comunitats", "website": "https://coopdevs.org", "category": "Contract Management", - "version": "16.0.0.1.0", + "version": "16.0.0.1.1", # any module necessary for this one to work correctly "depends": [ "base", @@ -41,9 +41,9 @@ "views/res_partner_views.xml", "views/sale_order_views.xml", "views/service_invoicing_views.xml", - "views/menus.xml", "wizards/service_invoicing_action.xml", "wizards/service_invoicing_action_create.xml", + "views/menus.xml", ], # only loaded in demonstration mode "demo": [], -- GitLab