From c701740d46b6e9a88b6cb1198d87e2eaa2969c26 Mon Sep 17 00:00:00 2001 From: Thanakrit Pintana Date: Fri, 26 Nov 2021 11:13:26 +0700 Subject: [PATCH] [MIG] web_no_bubble: Migration to 15.0 --- web_no_bubble/README.rst | 3 ++- web_no_bubble/__manifest__.py | 7 +++++-- web_no_bubble/readme/CONTRIBUTORS.rst | 1 + web_no_bubble/views/web_no_bubble.xml | 29 --------------------------- 4 files changed, 8 insertions(+), 32 deletions(-) delete mode 100644 web_no_bubble/views/web_no_bubble.xml diff --git a/web_no_bubble/README.rst b/web_no_bubble/README.rst index 605ed137c..0bea68091 100644 --- a/web_no_bubble/README.rst +++ b/web_no_bubble/README.rst @@ -23,7 +23,7 @@ Web No Bubble :target: https://runbot.odoo-community.org/runbot/162/14.0 :alt: Try me on Runbot -|badge1| |badge2| |badge3| |badge4| |badge5| +|badge1| |badge2| |badge3| |badge4| |badge5| This module removes from the web interface the bubbles introduced in the version 10.0. The help boxes are not removed though. @@ -57,6 +57,7 @@ Contributors * David Dufresne (david.dufresne@savoirfairelinux.com) * Alexandre Díaz (alexandre.diaz@tecnativa.com) * Elliott Bristow - Glodo (elliott@glo.systems) +* Thanakrit Pintana (thanakrit.p39@gmail.com) Maintainers ~~~~~~~~~~~ diff --git a/web_no_bubble/__manifest__.py b/web_no_bubble/__manifest__.py index b328eb17f..b23661ee1 100644 --- a/web_no_bubble/__manifest__.py +++ b/web_no_bubble/__manifest__.py @@ -3,14 +3,17 @@ { "name": "Web No Bubble", - "version": "14.0.1.0.0", + "version": "15.0.1.0.0", "author": "Savoir-faire Linux, " "Odoo Community Association (OCA)", "website": "https://github.com/OCA/web", "license": "AGPL-3", "category": "Web", "summary": "Remove the bubbles from the web interface", "depends": ["web"], - "data": ["views/web_no_bubble.xml"], "installable": True, "application": False, + "assets": { + "web.assets_backend": ["web_no_bubble/static/src/css/web_no_bubble.scss"], + "web.assets_frontend": ["web_no_bubble/static/src/css/web_no_bubble.scss"], + }, } diff --git a/web_no_bubble/readme/CONTRIBUTORS.rst b/web_no_bubble/readme/CONTRIBUTORS.rst index 38d3717cf..a9f4d9732 100644 --- a/web_no_bubble/readme/CONTRIBUTORS.rst +++ b/web_no_bubble/readme/CONTRIBUTORS.rst @@ -1,3 +1,4 @@ * David Dufresne (david.dufresne@savoirfairelinux.com) * Alexandre Díaz (alexandre.diaz@tecnativa.com) * Elliott Bristow - Glodo (elliott@glo.systems) +* Thanakrit Pintana (thanakrit.p39@gmail.com) diff --git a/web_no_bubble/views/web_no_bubble.xml b/web_no_bubble/views/web_no_bubble.xml deleted file mode 100644 index 164d0160c..000000000 --- a/web_no_bubble/views/web_no_bubble.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - -