From f2b2ce401a90e6ed9e319b8b651d530086e5ecf9 Mon Sep 17 00:00:00 2001 From: sebalix Date: Fri, 4 Jan 2019 11:40:58 +0100 Subject: [PATCH] [MIG] mail_environment: Migration to 12.0 --- mail_environment/__manifest__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mail_environment/__manifest__.py b/mail_environment/__manifest__.py index 46a4b82..188ad16 100644 --- a/mail_environment/__manifest__.py +++ b/mail_environment/__manifest__.py @@ -3,7 +3,7 @@ { 'name': 'Mail configuration with server_environment', - 'version': '11.0.1.1.0', + 'version': '12.0.1.0.0', 'category': 'Tools', 'summary': 'Configure mail servers with server_environment_files', 'author': "Camptocamp, Odoo Community Association (OCA)", @@ -13,5 +13,4 @@ 'fetchmail', 'server_environment', ], - 'data': [], }