Skip to content

Commit

Permalink
[MIG] web_no_bubble: Migration to 14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ellbristow authored and astirpe committed Mar 21, 2023
1 parent a39221d commit 1ab5a02
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion web_no_bubble/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions web_no_bubble/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
* David Dufresne ([email protected])
* Alexandre Díaz ([email protected])
* Elliott Bristow - Glodo ([email protected])
12 changes: 12 additions & 0 deletions web_no_bubble/views/web_no_bubble.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 1ab5a02

Please sign in to comment.