You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
390 B
10 lines
390 B
<odoo>
|
|
<!-- We add the css stylesheet -->
|
|
<template id="assets_frontend" name="beesdoo_website_theme_website_assets"
|
|
inherit_id="website.assets_frontend">
|
|
<xpath expr="." position="inside">
|
|
<link rel="stylesheet"
|
|
href="/beesdoo_website_theme/static/src/less/beesdoo_website_design.less"/>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|