Skip to content

Commit

Permalink
[MIG] web_no_bubble: Migration to 15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BankyKmitl authored and astirpe committed Mar 21, 2023
1 parent 04db46d commit 2f08956
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 32 deletions.
3 changes: 2 additions & 1 deletion web_no_bubble/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -57,6 +57,7 @@ Contributors
* David Dufresne ([email protected])
* Alexandre Díaz ([email protected])
* Elliott Bristow - Glodo ([email protected])
* Thanakrit Pintana ([email protected])

Maintainers
~~~~~~~~~~~
Expand Down
7 changes: 5 additions & 2 deletions web_no_bubble/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
},
}
1 change: 1 addition & 0 deletions web_no_bubble/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
* David Dufresne ([email protected])
* Alexandre Díaz ([email protected])
* Elliott Bristow - Glodo ([email protected])
* Thanakrit Pintana ([email protected])
29 changes: 0 additions & 29 deletions web_no_bubble/views/web_no_bubble.xml

This file was deleted.

0 comments on commit 2f08956

Please sign in to comment.