From 633c7bd11450e63c5e03ec36484b303c794527c4 Mon Sep 17 00:00:00 2001 From: hkapatel Date: Tue, 28 Sep 2021 16:37:57 +0530 Subject: [PATCH] [MIG] web_widget_domain_editor_dialog: Migration to 14.0 --- web_widget_domain_editor_dialog/README.rst | 1 + web_widget_domain_editor_dialog/__manifest__.py | 2 +- web_widget_domain_editor_dialog/readme/CONTRIBUTORS.rst | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/web_widget_domain_editor_dialog/README.rst b/web_widget_domain_editor_dialog/README.rst index 57e1eead2..9035b66da 100644 --- a/web_widget_domain_editor_dialog/README.rst +++ b/web_widget_domain_editor_dialog/README.rst @@ -89,6 +89,7 @@ Contributors * Carlos Roca * Darshan Patel +* Helly kapatel Maintainers ~~~~~~~~~~~ diff --git a/web_widget_domain_editor_dialog/__manifest__.py b/web_widget_domain_editor_dialog/__manifest__.py index 04ae6cd71..04e70708e 100644 --- a/web_widget_domain_editor_dialog/__manifest__.py +++ b/web_widget_domain_editor_dialog/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Web Widget Domain Editor Dialog", "summary": "Recovers the Domain Editor Dialog functionality", - "version": "13.0.1.0.2", + "version": "14.0.1.0.0", "category": "Web", "author": "Tecnativa," "Odoo Community Association (OCA)", "website": "https://github.com/OCA/web", diff --git a/web_widget_domain_editor_dialog/readme/CONTRIBUTORS.rst b/web_widget_domain_editor_dialog/readme/CONTRIBUTORS.rst index 3621c69b6..d70bcb090 100644 --- a/web_widget_domain_editor_dialog/readme/CONTRIBUTORS.rst +++ b/web_widget_domain_editor_dialog/readme/CONTRIBUTORS.rst @@ -5,3 +5,4 @@ * Carlos Roca * Darshan Patel +* Helly kapatel