From 198085e73c7dde875c2bd36caefc396b7835e412 Mon Sep 17 00:00:00 2001 From: davidborromeo Date: Thu, 4 Feb 2021 11:13:24 +0100 Subject: [PATCH] [MIG] base_cron_exclusion: Migration to 14.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 5af9239bb..e92504cf8 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": "13.0.1.0.0", + "version": "14.0.1.0.0", "author": "ForgeFlow, Odoo Community Association (OCA)", "maintainers": ["LoisRForgeFlow"], "development_status": "Production/Stable",