[MIG] web_no_bubble: Migration to 14.0

pull/2708/head
ellbristow 2021-03-09 09:46:59 +01:00 committed by Andrea Stirpe
parent d5c97be806
commit f546ac251a
3 changed files with 14 additions and 1 deletions

View File

@ -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",

View File

@ -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)

View File

@ -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>