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
350 B

  1. <odoo>
  2. <!-- We add the css stylesheet -->
  3. <template id="assets_frontend" name="beesdoo_website_theme_website_assets"
  4. inherit_id="website.assets_frontend">
  5. <xpath expr="." position="inside">
  6. <link rel="stylesheet"
  7. href="/beesdoo_website_theme/static/src/less/beesdoo_website_design.less"/>
  8. </xpath>
  9. </template>
  10. </odoo>