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.