mirror of https://github.com/OCA/web.git
[MIG] web_no_bubble: Migration to 14.0
parent
d5c97be806
commit
f546ac251a
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "Web No Bubble",
|
"name": "Web No Bubble",
|
||||||
"version": "13.0.1.0.0",
|
"version": "14.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,2 +1,3 @@
|
||||||
* David Dufresne (david.dufresne@savoirfairelinux.com)
|
* David Dufresne (david.dufresne@savoirfairelinux.com)
|
||||||
* Alexandre Díaz (alexandre.diaz@tecnativa.com)
|
* Alexandre Díaz (alexandre.diaz@tecnativa.com)
|
||||||
|
* Elliott Bristow - Glodo (elliott@glo.systems)
|
||||||
|
|
|
@ -13,5 +13,17 @@
|
||||||
/>
|
/>
|
||||||
</xpath>
|
</xpath>
|
||||||
</template>
|
</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>
|
</data>
|
||||||
</odoo>
|
</odoo>
|
||||||
|
|
Loading…
Reference in New Issue