From 8df01328416d5ae29c0cbe9c2ffa42c6d06875b5 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 11 Sep 2019 07:07:15 +0000 Subject: [PATCH] base_exception 10.0.4.1.0 --- base_exception/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base_exception/__manifest__.py b/base_exception/__manifest__.py index f620cc7b7..10912fe09 100644 --- a/base_exception/__manifest__.py +++ b/base_exception/__manifest__.py @@ -3,7 +3,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). {'name': 'Exception Rule', - 'version': '10.0.4.0.0', + 'version': '10.0.4.1.0', 'category': 'Generic Modules', 'summary': """This module provide an abstract model to manage customizable exceptions to be applied on different models (sale order, invoice, ...)""",