From 21b8349413916fb7be4b78d97b67a7bf65f9a18d Mon Sep 17 00:00:00 2001 From: Kevin Khao Date: Thu, 5 Nov 2020 12:01:29 +0100 Subject: [PATCH] [14.0][MIG] web_notify: Migration to version 14.0 --- web_notify/README.rst | 4 ++-- web_notify/__manifest__.py | 2 +- web_notify/readme/CONTRIBUTORS.rst | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/web_notify/README.rst b/web_notify/README.rst index fe5fa8d93..85a3b8619 100644 --- a/web_notify/README.rst +++ b/web_notify/README.rst @@ -23,12 +23,12 @@ Web Notify :target: https://runbot.odoo-community.org/runbot/162/13.0 :alt: Try me on Runbot -|badge1| |badge2| |badge3| |badge4| |badge5| +|badge1| |badge2| |badge3| |badge4| |badge5| Send instant notification messages to the user in live. This technical module allows you to send instant notification messages from the server to the user in live. -Two kinds of notification are supported. +Five kinds of notification are supported. * Success: Displayed in a `success` theme color flying popup div * Danger: Displayed in a `danger` theme color flying popup div diff --git a/web_notify/__manifest__.py b/web_notify/__manifest__.py index 64b050980..3dbbdc2f1 100644 --- a/web_notify/__manifest__.py +++ b/web_notify/__manifest__.py @@ -6,7 +6,7 @@ "name": "Web Notify", "summary": """ Send notification messages to user""", - "version": "13.0.1.0.1", + "version": "14.0.1.0.0", "license": "AGPL-3", "author": "ACSONE SA/NV," "AdaptiveCity," "Odoo Community Association (OCA)", "website": "https://github.com/OCA/web", diff --git a/web_notify/readme/CONTRIBUTORS.rst b/web_notify/readme/CONTRIBUTORS.rst index 975ef2d3e..7a21d193f 100644 --- a/web_notify/readme/CONTRIBUTORS.rst +++ b/web_notify/readme/CONTRIBUTORS.rst @@ -2,3 +2,4 @@ * Serpent Consulting Services Pvt. Ltd. * Aitor Bouzas * Shepilov Vladislav +* Kevin Khao