forked from Techsystech/web
[16.0][MIG] web_no_bubble
parent
c8819ebbd5
commit
46f6f5f9b6
|
@ -0,0 +1 @@
|
||||||
|
../../../../web_no_bubble
|
|
@ -0,0 +1,6 @@
|
||||||
|
import setuptools
|
||||||
|
|
||||||
|
setuptools.setup(
|
||||||
|
setup_requires=['setuptools-odoo'],
|
||||||
|
odoo_addon=True,
|
||||||
|
)
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "Web No Bubble",
|
"name": "Web No Bubble",
|
||||||
"version": "15.0.1.0.0",
|
"version": "16.0.1.0.0",
|
||||||
"author": "Savoir-faire Linux, " "Odoo Community Association (OCA)",
|
"author": "Savoir-faire Linux, " "Odoo Community Association (OCA)",
|
||||||
"website": "https://github.com/OCA/web",
|
"website": "https://github.com/OCA/web",
|
||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
.o_tooltip {
|
.o_tooltip {
|
||||||
&.o_animated {
|
display: none;
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue