From 8488c13b06f3e78dca9ecc1ebb9721197da8212e Mon Sep 17 00:00:00 2001 From: hkpatel Date: Tue, 13 Jul 2021 17:55:40 +0530 Subject: [PATCH] [MIG] web_switch_context_warning: Migration to 14.0 --- web_switch_context_warning/__manifest__.py | 2 +- web_switch_context_warning/readme/CONTRIBUTORS.rst | 1 + web_switch_context_warning/readme/DESCRIPTION.rst | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/web_switch_context_warning/__manifest__.py b/web_switch_context_warning/__manifest__.py index 32e14d4b2..15c9eaf87 100644 --- a/web_switch_context_warning/__manifest__.py +++ b/web_switch_context_warning/__manifest__.py @@ -4,7 +4,7 @@ "name": "Switch Context Warning", "summary": "Show a warning if current user, company or database " "have been switched in another tab or window.", - "version": "13.0.1.0.0", + "version": "14.0.1.0.0", "category": "web", "website": "https://github.com/OCA/web", "license": "AGPL-3", diff --git a/web_switch_context_warning/readme/CONTRIBUTORS.rst b/web_switch_context_warning/readme/CONTRIBUTORS.rst index 0c028f51b..885eef112 100644 --- a/web_switch_context_warning/readme/CONTRIBUTORS.rst +++ b/web_switch_context_warning/readme/CONTRIBUTORS.rst @@ -1,2 +1,3 @@ * Hparfr * Adria Gil Sorribes +* Helly kapatel diff --git a/web_switch_context_warning/readme/DESCRIPTION.rst b/web_switch_context_warning/readme/DESCRIPTION.rst index c9d47d7b6..8049cca37 100644 --- a/web_switch_context_warning/readme/DESCRIPTION.rst +++ b/web_switch_context_warning/readme/DESCRIPTION.rst @@ -1 +1 @@ -Shows a warning if current user or database have been switched in another tab or window. +In Odoo 14 possible to work in different tabs with different companies, now the module only shows a warning when the user or database has been switched.