Skip to content

Commit

Permalink
[16.0][MIG] web_no_bubble
Browse files Browse the repository at this point in the history
  • Loading branch information
astirpe committed Mar 24, 2023
1 parent c8819eb commit 46f6f5f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions setup/web_no_bubble/odoo/addons/web_no_bubble
6 changes: 6 additions & 0 deletions setup/web_no_bubble/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)
2 changes: 1 addition & 1 deletion web_no_bubble/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{
"name": "Web No Bubble",
"version": "15.0.1.0.0",
"version": "16.0.1.0.0",
"author": "Savoir-faire Linux, " "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/web",
"license": "AGPL-3",
Expand Down
4 changes: 1 addition & 3 deletions web_no_bubble/static/src/css/web_no_bubble.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
.o_tooltip {
&.o_animated {
display: none;
}
display: none;
}

0 comments on commit 46f6f5f

Please sign in to comment.