From e07ebbe2f76c80d553315cbd56a3f40fc127ccf4 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 12 Dec 2019 09:46:08 +0000 Subject: [PATCH] contract_sale_mandate 12.0.2.0.0 --- contract_sale_mandate/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contract_sale_mandate/__manifest__.py b/contract_sale_mandate/__manifest__.py index 98660865..91b2b130 100644 --- a/contract_sale_mandate/__manifest__.py +++ b/contract_sale_mandate/__manifest__.py @@ -6,7 +6,7 @@ 'summary': """ This module manages the banking mandate from the sale order to the contract.""", - 'version': '12.0.1.0.0', + 'version': '12.0.2.0.0', 'license': 'AGPL-3', 'author': 'ACSONE SA/NV,Odoo Community Association (OCA)', 'website': 'https://github.com/OCA/contract',