From 6bdf8d876b734f49de1ce702e299154d96bed27d Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Mon, 29 Jan 2024 10:20:27 +0100 Subject: [PATCH] Initialize branch 17.0 --- account_balance_reset/__manifest__.py | 2 +- account_import_helper/__manifest__.py | 4 ++-- account_ir_property_helper/__manifest__.py | 4 ++-- import_helper_base/__manifest__.py | 4 ++-- partner_import_helper/__manifest__.py | 4 ++-- product_import_helper/__manifest__.py | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/account_balance_reset/__manifest__.py b/account_balance_reset/__manifest__.py index e3fab8c..c8fc56d 100644 --- a/account_balance_reset/__manifest__.py +++ b/account_balance_reset/__manifest__.py @@ -4,7 +4,7 @@ { 'name': 'Account Balance Reset', - 'version': '14.0.1.0.0', + 'version': '17.0.1.0.0', 'category': 'Accounting', 'license': 'AGPL-3', 'summary': 'Rest accounting balance at a particular date', diff --git a/account_import_helper/__manifest__.py b/account_import_helper/__manifest__.py index b2c801c..d3f6689 100644 --- a/account_import_helper/__manifest__.py +++ b/account_import_helper/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Account Import Helper", - "version": "16.0.1.0.0", + "version": "17.0.1.0.0", "category": "Partner", "license": "AGPL-3", "summary": "Helper methods to import accounting-related data", @@ -59,5 +59,5 @@ "security/ir.model.access.csv", "wizard/account_chart_generate_view.xml", ], - "installable": True, + "installable": False, } diff --git a/account_ir_property_helper/__manifest__.py b/account_ir_property_helper/__manifest__.py index 305848c..af094c2 100644 --- a/account_ir_property_helper/__manifest__.py +++ b/account_ir_property_helper/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Account Ir Property Helper", - "version": "16.0.1.0.0", + "version": "17.0.1.0.0", "category": "Partner", "license": "AGPL-3", "summary": "Helper methods to create/update default ir.property for accounting", @@ -27,5 +27,5 @@ "security/ir.model.access.csv", "wizards/account_default_ir_property_view.xml", ], - "installable": True, + "installable": False, } diff --git a/import_helper_base/__manifest__.py b/import_helper_base/__manifest__.py index b6f40d2..ef3cdaf 100644 --- a/import_helper_base/__manifest__.py +++ b/import_helper_base/__manifest__.py @@ -4,7 +4,7 @@ { 'name': 'Import Helper Base', - 'version': '16.0.1.0.0', + 'version': '17.0.1.0.0', 'category': 'Extra Tools', 'license': 'AGPL-3', 'summary': 'Common code for all import helper modules', @@ -17,5 +17,5 @@ 'security/ir.model.access.csv', 'wizards/import_helper_view.xml', ], - 'installable': True, + 'installable': False, } diff --git a/partner_import_helper/__manifest__.py b/partner_import_helper/__manifest__.py index 0058cff..230530d 100644 --- a/partner_import_helper/__manifest__.py +++ b/partner_import_helper/__manifest__.py @@ -4,7 +4,7 @@ { 'name': 'Partner Import Helper', - 'version': '16.0.1.0.0', + 'version': '17.0.1.0.0', 'category': 'Extra Tools', 'license': 'AGPL-3', 'summary': 'Helper methods to import partners', @@ -14,5 +14,5 @@ 'import_helper_base', 'phone_validation', # would be nice to avoid depending on it ? ], - 'installable': True, + 'installable': False, } diff --git a/product_import_helper/__manifest__.py b/product_import_helper/__manifest__.py index 206aece..cb3bb71 100644 --- a/product_import_helper/__manifest__.py +++ b/product_import_helper/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Product Import Helper", "summary": "Helper for importing product", - "version": "16.0.1.0.0", + "version": "17.0.1.0.0", "category": "Import", "website": "https://github.com/akretion/odoo-import-helper", "author": " Akretion", @@ -15,5 +15,5 @@ "import_helper_base", "account_product_fiscal_classification", ], - "installable": True, + "installable": False, }