From d8e5f672e4ef8fd9321c56c7368a894b50a1fa1d Mon Sep 17 00:00:00 2001 From: ITISAG-Git Date: Wed, 11 Sep 2019 17:37:16 +0530 Subject: [PATCH] [Fix] update wrong version --- contact_search_form/__manifest__.py | 2 +- website_contact_extend/__manifest__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contact_search_form/__manifest__.py b/contact_search_form/__manifest__.py index 7558231..9d2a525 100644 --- a/contact_search_form/__manifest__.py +++ b/contact_search_form/__manifest__.py @@ -17,7 +17,7 @@ # Check https://github.com/odoo/odoo/blob/master/ # openerp/addons/base/module/module_data.xml # for the full list - 'version': '12.0.1.0', + 'version': '12.0.1.0.0', 'license': 'AGPL-3', 'category': 'Contacts', 'depends': ['base', diff --git a/website_contact_extend/__manifest__.py b/website_contact_extend/__manifest__.py index 188d2bc..8ddc4c2 100644 --- a/website_contact_extend/__manifest__.py +++ b/website_contact_extend/__manifest__.py @@ -17,7 +17,7 @@ # Check https://github.com/odoo/odoo/blob/master/openerp/ # addons/base/module/module_data.xml # for the full list - 'version': '12.0.1.0', + 'version': '12.0.1.0.0', 'license': 'AGPL-3', 'category': 'Data Protection', 'depends': ['base',