mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
9 lines
348 B
XML
9 lines
348 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<template id="assets_frontend" inherit_id="theme_notes.assets_frontend" priority="1">
|
|
<xpath expr="//link[last()]" position="after">
|
|
<link rel="stylesheet" type="text/scss" href="/theme_notes_sale/static/src/scss/theme_ecommerce.scss"/>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|