From 9ee9745d72ffadd7ab27af59e1891d3d8229608b Mon Sep 17 00:00:00 2001 From: daniquilez <dani.quilez@gmail.com> Date: Tue, 18 Mar 2025 15:50:15 +0100 Subject: [PATCH] =?UTF-8?q?[REL]=20=F0=9F=8F=97=EF=B8=8F=20Bump=20versions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * energy_communities to 16.0.0.2.2 * energy_communities_cooperator to 16.0.0.1.9 * energy_communities_crm to 16.0.0.1.5 * energy_communities_service_invoicing to 16.0.0.1.2 * energy_communities_selfconsumption to 16.0.0.2.1 --- energy_communities/__manifest__.py | 2 +- energy_communities_cooperator/__manifest__.py | 2 +- energy_communities_crm/__manifest__.py | 2 +- energy_communities_service_invoicing/__manifest__.py | 2 +- energy_selfconsumption/__manifest__.py | 2 +- setup/energy_communities_crm/setup.py | 1 + 6 files changed, 6 insertions(+), 5 deletions(-) diff --git a/energy_communities/__manifest__.py b/energy_communities/__manifest__.py index 18c1e21dc..118b55ed8 100644 --- a/energy_communities/__manifest__.py +++ b/energy_communities/__manifest__.py @@ -1,6 +1,6 @@ { "name": "Energy Community", - "version": "16.0.0.2.1", + "version": "16.0.0.2.2", "depends": [ "account", "account_banking_mandate", diff --git a/energy_communities_cooperator/__manifest__.py b/energy_communities_cooperator/__manifest__.py index b6b2a5f58..35367bca1 100644 --- a/energy_communities_cooperator/__manifest__.py +++ b/energy_communities_cooperator/__manifest__.py @@ -12,7 +12,7 @@ # Check https://github.com/odoo/odoo/blob/14.0/odoo/addons/base/data/ir_module_category_data.xml # for the full list "category": "Cooperative management", - "version": "16.0.0.1.8", + "version": "16.0.0.1.9", "license": "AGPL-3", # any module necessary for this one to work correctly "depends": [ diff --git a/energy_communities_crm/__manifest__.py b/energy_communities_crm/__manifest__.py index 1dee8ef87..57454cacb 100644 --- a/energy_communities_crm/__manifest__.py +++ b/energy_communities_crm/__manifest__.py @@ -12,7 +12,7 @@ # Check https://github.com/odoo/odoo/blob/14.0/odoo/addons/base/data/ir_module_category_data.xml # for the full list "category": "Sales/CRM", - "version": "16.0.0.1.4", + "version": "16.0.0.1.5", "license": "AGPL-3", # any module necessary for this one to work correctly "depends": [ diff --git a/energy_communities_service_invoicing/__manifest__.py b/energy_communities_service_invoicing/__manifest__.py index 6cb1f667b..0133e4e50 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.1", + "version": "16.0.0.1.2", # any module necessary for this one to work correctly "depends": [ "base", diff --git a/energy_selfconsumption/__manifest__.py b/energy_selfconsumption/__manifest__.py index c5b550637..39544c56c 100644 --- a/energy_selfconsumption/__manifest__.py +++ b/energy_selfconsumption/__manifest__.py @@ -9,7 +9,7 @@ "author": "Coopdevs Treball SCCL & Som Energia SCCL", "website": "https://coopdevs.org", "category": "Customizations", - "version": "16.0.0.2.0", + "version": "16.0.0.2.1", "license": "AGPL-3", "depends": [ "base", diff --git a/setup/energy_communities_crm/setup.py b/setup/energy_communities_crm/setup.py index 28c57bb64..27d506ebf 100644 --- a/setup/energy_communities_crm/setup.py +++ b/setup/energy_communities_crm/setup.py @@ -1,6 +1,7 @@ import setuptools setuptools.setup( + name="odoo_addon_energy_communities_crm", setup_requires=['setuptools-odoo'], odoo_addon=True, ) -- GitLab