From c89dafc767ec7f0fa5c7c63b5b6a9eb2ec4909ff Mon Sep 17 00:00:00 2001 From: Justine Doutreloux Date: Wed, 25 Oct 2023 11:25:13 +0200 Subject: [PATCH] [MIG] web_widget_ck_editor: Migration to 13.0 --- web_widget_ckeditor/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_widget_ckeditor/__manifest__.py b/web_widget_ckeditor/__manifest__.py index 66de2c0f0..20636ff62 100644 --- a/web_widget_ckeditor/__manifest__.py +++ b/web_widget_ckeditor/__manifest__.py @@ -6,7 +6,7 @@ { "name": "CKEditor Widget", "summary": "Provides a widget for editing HTML fields using CKEditor", - "version": "14.0.1.0.2", + "version": "13.0.1.0.0", "author": "Therp BV, Camptocamp SA, Odoo Community Association (OCA)", "maintainers": ["ivantodorovich"], "website": "https://github.com/OCA/web",