blob: 08341ac83c01927b88511ee29a1799438f375878 (
plain)
1
2
3
4
5
6
7
|
<odoo>
<template id="assets_backend" name="gamification assets" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<link rel="stylesheet" type="text/scss" href="/gamification/static/src/scss/gamification.scss"/>
</xpath>
</template>
</odoo>
|