mirror of https://github.com/OCA/web.git
[MIG] web_no_bubble: Migration to 15.0
parent
04db46d75f
commit
2f08956c06
|
@ -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
|
||||
~~~~~~~~~~~
|
||||
|
|
|
@ -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,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)
|
||||
|
|
|
@ -1,29 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
<data>
|
||||
<template
|
||||
id="assets_backend"
|
||||
name="web_no_bubble_assets"
|
||||
inherit_id="web.assets_backend"
|
||||
>
|
||||
<xpath expr="." position="inside">
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="/web_no_bubble/static/src/css/web_no_bubble.scss"
|
||||
/>
|
||||
</xpath>
|
||||
</template>
|
||||
<template
|
||||
id="assets_frontend"
|
||||
name="web_no_bubble_assets_frontend"
|
||||
inherit_id="web.assets_frontend"
|
||||
>
|
||||
<xpath expr="." position="inside">
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="/web_no_bubble/static/src/css/web_no_bubble.scss"
|
||||
/>
|
||||
</xpath>
|
||||
</template>
|
||||
</data>
|
||||
</odoo>
|
Loading…
Reference in New Issue