From 7006eb0b92919d27d5ad86c6c88d5533a9157f35 Mon Sep 17 00:00:00 2001 From: sergiocorato Date: Tue, 13 Aug 2019 15:18:23 +0200 Subject: [PATCH] [FIX] remove bump version --- contract/__manifest__.py | 2 +- contract_show_invoice/__manifest__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contract/__manifest__.py b/contract/__manifest__.py index ff9e4260..70ff7890 100644 --- a/contract/__manifest__.py +++ b/contract/__manifest__.py @@ -9,7 +9,7 @@ { 'name': 'Contracts Management - Recurring', - 'version': '10.0.4.3.2', + 'version': '10.0.4.3.0', 'category': 'Contract Management', 'license': 'AGPL-3', 'author': "OpenERP SA, " diff --git a/contract_show_invoice/__manifest__.py b/contract_show_invoice/__manifest__.py index 77322f00..e83890a0 100644 --- a/contract_show_invoice/__manifest__.py +++ b/contract_show_invoice/__manifest__.py @@ -6,7 +6,7 @@ { 'name': 'Contract Show Invoice', 'summary': 'Button in contracts to show their invoices', - 'version': '10.0.1.0.2', + 'version': '10.0.1.0.1', 'license': 'AGPL-3', 'author': 'Domatix,' 'Tecnativa,'