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': [], }