From dea0e09cd171fe82418cd81b044a269e773ff31f Mon Sep 17 00:00:00 2001 From: joan Date: Tue, 29 Nov 2022 16:41:52 +0100 Subject: [PATCH] [MIG] base_cron_exclusion: Migration to 16.0 --- base_cron_exclusion/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base_cron_exclusion/__manifest__.py b/base_cron_exclusion/__manifest__.py index 07a977627..477ddf5c6 100644 --- a/base_cron_exclusion/__manifest__.py +++ b/base_cron_exclusion/__manifest__.py @@ -5,7 +5,7 @@ "name": "Base Cron Exclusion", "summary": "Allow you to select scheduled actions that should not run " "simultaneously.", - "version": "15.0.1.0.0", + "version": "16.0.1.0.0", "author": "ForgeFlow, Odoo Community Association (OCA)", "maintainers": ["LoisRForgeFlow", "ChrisOForgeFlow"], "development_status": "Production/Stable",