mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[16.0][MIG] web_no_bubble
This commit is contained in:
1
setup/web_no_bubble/odoo/addons/web_no_bubble
Symbolic link
1
setup/web_no_bubble/odoo/addons/web_no_bubble
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../web_no_bubble
|
||||
6
setup/web_no_bubble/setup.py
Normal file
6
setup/web_no_bubble/setup.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['setuptools-odoo'],
|
||||
odoo_addon=True,
|
||||
)
|
||||
@@ -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",
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
.o_tooltip {
|
||||
&.o_animated {
|
||||
display: none;
|
||||
}
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user