forked from Techsystech/web
[MIG] web_no_bubble: Migration to 14.0
parent
a39221d280
commit
1ab5a02712
|
@ -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",
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
* David Dufresne (david.dufresne@savoirfairelinux.com)
|
||||
* Alexandre Díaz (alexandre.diaz@tecnativa.com)
|
||||
* Elliott Bristow - Glodo (elliott@glo.systems)
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue