From 09205034308221f159e9d2f701980cbd8f72a221 Mon Sep 17 00:00:00 2001 From: Sergey Linnik Date: Thu, 21 Nov 2024 14:13:48 +0300 Subject: [PATCH] templates: 3.0.2 # Conflicts: # onlyoffice_odoo_templates/__manifest__.py --- CHANGELOG templates.md | 4 ++++ onlyoffice_odoo_templates/__manifest__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG templates.md b/CHANGELOG templates.md index cfeec91..1c0884d 100644 --- a/CHANGELOG templates.md +++ b/CHANGELOG templates.md @@ -1,5 +1,9 @@ # Change Log +## 3.0.2 +## Added +- compatible with Odoo 18 + ## 2.0.2 ## Added - new templates module diff --git a/onlyoffice_odoo_templates/__manifest__.py b/onlyoffice_odoo_templates/__manifest__.py index f6949c3..dd316bd 100644 --- a/onlyoffice_odoo_templates/__manifest__.py +++ b/onlyoffice_odoo_templates/__manifest__.py @@ -10,7 +10,7 @@ 'website': "https://www.onlyoffice.com", 'category': 'Productivity', - 'version': '2.0.2', + 'version': '3.0.2', 'depends': ['base', 'onlyoffice_odoo'],