From 3704b3ee1a1c0498afbbbea5292648df46d4b392 Mon Sep 17 00:00:00 2001 From: Andrea Stirpe Date: Tue, 2 Jan 2024 17:24:55 +0100 Subject: [PATCH] [IMP] web_no_bubble: migration to 17.0 --- web_no_bubble/__manifest__.py | 2 +- web_no_bubble/static/src/css/web_no_bubble.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web_no_bubble/__manifest__.py b/web_no_bubble/__manifest__.py index e0e2e987e..8f41a1a87 100644 --- a/web_no_bubble/__manifest__.py +++ b/web_no_bubble/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Web No Bubble", - "version": "16.0.1.0.0", + "version": "17.0.1.0.0", "author": "Savoir-faire Linux, " "Odoo Community Association (OCA)", "website": "https://github.com/OCA/web", "license": "AGPL-3", diff --git a/web_no_bubble/static/src/css/web_no_bubble.scss b/web_no_bubble/static/src/css/web_no_bubble.scss index 9d157827f..583aa19d1 100644 --- a/web_no_bubble/static/src/css/web_no_bubble.scss +++ b/web_no_bubble/static/src/css/web_no_bubble.scss @@ -1,3 +1,3 @@ -.o_tooltip { +.o_tour_pointer { display: none; }