From 40bf0885cbd29d82719dcdd39f9f7979c7e11982 Mon Sep 17 00:00:00 2001 From: Cedric Collins Date: Wed, 31 Mar 2021 13:00:50 -0500 Subject: [PATCH] [MIG] sale_exception_website: migrate to 14.0 H5655 --- sale_exception_website/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sale_exception_website/__manifest__.py b/sale_exception_website/__manifest__.py index 93730a42..04c3a598 100644 --- a/sale_exception_website/__manifest__.py +++ b/sale_exception_website/__manifest__.py @@ -1,7 +1,7 @@ { 'name': 'Sale Exception Website', 'summary': 'Display sale exceptions on eCommerce site', - 'version': '13.0.1.0.0', + 'version': '14.0.1.0.0', 'author': "Hibou Corp.", 'category': 'Sale', 'license': 'AGPL-3',