From be924fa776584a2ba7978ff5a3ad8bc8bc39c13d Mon Sep 17 00:00:00 2001 From: Marc Durepos Date: Thu, 21 Mar 2024 10:30:44 -0400 Subject: [PATCH] version bumps from 15 to 17 --- bemade_documents_portal/__manifest__.py | 2 +- bemade_fix_quality_report/__manifest__.py | 2 +- bemade_geo_routing/__manifest__.py | 2 +- bemade_mailcow_integration/__manifest__.py | 2 +- bemade_quotation_alternative/__manifest__.py | 2 +- bemade_total_show_currency/__manifest__.py | 2 +- bemade_utils/__manifest__.py | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bemade_documents_portal/__manifest__.py b/bemade_documents_portal/__manifest__.py index b5e503b..273f069 100644 --- a/bemade_documents_portal/__manifest__.py +++ b/bemade_documents_portal/__manifest__.py @@ -18,7 +18,7 @@ # { 'name': 'Documents Portal Base', - 'version': '15.0.1.0.0', + 'version': '17.0.1.0.0', 'summary': 'Adds documents to the front-end portal.', 'category': 'Document Management', 'author': 'Bemade Inc.', diff --git a/bemade_fix_quality_report/__manifest__.py b/bemade_fix_quality_report/__manifest__.py index 3fcec26..da1fefd 100644 --- a/bemade_fix_quality_report/__manifest__.py +++ b/bemade_fix_quality_report/__manifest__.py @@ -18,7 +18,7 @@ # { 'name': 'Fix Quality Worksheet', - 'version': '15.0.1.0.0', + 'version': '17.0.1.0.0', 'summary': 'Fix Quality worksheet bug from Odoo Enterprise', 'description': '', 'category': 'Quality Control', diff --git a/bemade_geo_routing/__manifest__.py b/bemade_geo_routing/__manifest__.py index 6ed5473..5d080f1 100644 --- a/bemade_geo_routing/__manifest__.py +++ b/bemade_geo_routing/__manifest__.py @@ -18,7 +18,7 @@ # { 'name': 'Bemade Geo Distance', - 'version': '15.0.1.0.0', + 'version': '17.0.1.0.0', 'summary': 'Utility module for calculating the distance driving between addresses.', 'description': """Module for calculating the driving distance between addresses using the Google Route API. **IMPORTANT NOTE:** You must have an active Google Route API key configured in the Geo Localization diff --git a/bemade_mailcow_integration/__manifest__.py b/bemade_mailcow_integration/__manifest__.py index c0a9230..53b8e24 100644 --- a/bemade_mailcow_integration/__manifest__.py +++ b/bemade_mailcow_integration/__manifest__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- { 'name': 'Mailcow Integration', - 'version': '15.0.1.0.1', + 'version': '17.0.1.0.1', 'category': 'Administration', 'summary': 'Module for integrating Mailcow email server with Odoo.', 'description': """ diff --git a/bemade_quotation_alternative/__manifest__.py b/bemade_quotation_alternative/__manifest__.py index bcb23b9..78e7504 100644 --- a/bemade_quotation_alternative/__manifest__.py +++ b/bemade_quotation_alternative/__manifest__.py @@ -17,7 +17,7 @@ # Check https://github.com/odoo/odoo/blob/15.0/odoo/addons/base/data/ir_module_category_data.xml # for the full list 'category': 'Uncategorized', - 'version': '0.1', + 'version': '17.0.1.0.0', # any module necessary for this one to work correctly 'depends': [ diff --git a/bemade_total_show_currency/__manifest__.py b/bemade_total_show_currency/__manifest__.py index e020b92..c422023 100644 --- a/bemade_total_show_currency/__manifest__.py +++ b/bemade_total_show_currency/__manifest__.py @@ -18,7 +18,7 @@ # { 'name': 'Show Currency in total', - 'version': '15.0.0.0.1', + 'version': '17.0.0.0.1', 'summary': 'Show Currency in total', 'description': """ This module adds the ability to view currency in total in all pdf. diff --git a/bemade_utils/__manifest__.py b/bemade_utils/__manifest__.py index e330099..669c94a 100644 --- a/bemade_utils/__manifest__.py +++ b/bemade_utils/__manifest__.py @@ -18,7 +18,7 @@ # { 'name': 'Bemade App Utilities', - 'version': '15.0.1.0.0', + 'version': '17.0.1.0.0', 'summary': 'Utilities commonly used in Bemade modules.', 'description': 'Adds utilities such as an annotation for patching tests when modifying Odoo behaviour.', 'category': 'Technical',