From 03c9cc53d382e40acb02a20e344d846528fd7269 Mon Sep 17 00:00:00 2001 From: Marcos Oitaben Date: Wed, 15 Nov 2023 15:12:28 +0100 Subject: [PATCH] [MIG] mail_environment: Migration to 17.0 --- mail_environment/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail_environment/__manifest__.py b/mail_environment/__manifest__.py index 2c655bd..dcc24c7 100644 --- a/mail_environment/__manifest__.py +++ b/mail_environment/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Mail configuration with server_environment", - "version": "16.0.1.0.1", + "version": "17.0.1.0.0", "category": "Tools", "summary": "Configure mail servers with server_environment_files", "author": "Camptocamp, Odoo Community Association (OCA)",