From c232cdcd52b7fc5922c0c6aa22ee7f2f20da284a Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 7 Aug 2019 13:47:10 +0000 Subject: [PATCH] base_exception 10.0.4.0.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 346e2e27f..f620cc7b7 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.3.0.2', + 'version': '10.0.4.0.0', 'category': 'Generic Modules', 'summary': """This module provide an abstract model to manage customizable exceptions to be applied on different models (sale order, invoice, ...)""",