3
0
Fork 0

[MIG] web_no_bubble: Migration to 14.0

16.0
ellbristow 2021-03-09 09:46:59 +01:00 committed by Andrea Stirpe
parent a39221d280
commit 1ab5a02712
3 changed files with 14 additions and 1 deletions

View File

@ -3,7 +3,7 @@
{
"name": "Web No Bubble",
"version": "13.0.1.0.0",
"version": "14.0.1.0.0",
"author": "Savoir-faire Linux, " "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/web",
"license": "AGPL-3",

View File

@ -1,2 +1,3 @@
* David Dufresne (david.dufresne@savoirfairelinux.com)
* Alexandre Díaz (alexandre.diaz@tecnativa.com)
* Elliott Bristow - Glodo (elliott@glo.systems)

View File

@ -13,5 +13,17 @@
/>
</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>