From 7e8d622251e861b743c6b97caa1b46a2d3ebe436 Mon Sep 17 00:00:00 2001 From: Telmo Santos Date: Mon, 23 Jan 2023 16:13:18 +0100 Subject: [PATCH] Update manifest version --- mail_environment_office365/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail_environment_office365/__manifest__.py b/mail_environment_office365/__manifest__.py index 565a59e..312bdc0 100644 --- a/mail_environment_office365/__manifest__.py +++ b/mail_environment_office365/__manifest__.py @@ -6,7 +6,7 @@ "name": "Server environment configuration for Office365", "summary": """ Configure Office365 parameters with environment variables via server_environment""", - "version": "15.0.1.0.0", + "version": "13.0.1.0.0", "author": "Camptocamp, Odoo Community Association (OCA)", "website": "https://github.com/OCA/server-env", "license": "AGPL-3",