- Repo for opensource odoo website theme (since V13.0)
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.

23 lines
1.3 KiB

5 years ago
5 years ago
5 years ago
5 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <template id="_assets_primary_variables" inherit_id="website._assets_primary_variables" priority="1">
  4. <xpath expr="//link[last()]" position="after">
  5. <link rel="stylesheet" type="text/scss" href="/theme_bookstore/static/src/scss/primary_variables.scss"/>
  6. </xpath>
  7. </template>
  8. <template id="compatibility-saas-11-4-variables" name="Compatibility for saas-11.4 (variables)" inherit_id="theme_common.compatibility-saas-11-4-variables">
  9. <xpath expr="//link[last()]" position="before">
  10. <link rel="stylesheet" type="text/scss" href="/theme_bookstore/static/src/scss/compatibility-saas-11.4-variables.scss"/>
  11. </xpath>
  12. </template>
  13. <template id="_assets_frontend_helpers" inherit_id="website._assets_frontend_helpers" priority="1">
  14. <xpath expr="//link" position="before">
  15. <link rel="stylesheet" type="text/scss" href="/theme_bookstore/static/src/scss/bootstrap_overridden.scss"/>
  16. </xpath>
  17. </template>
  18. <template id="assets_editor" inherit_id="website.assets_editor">
  19. <xpath expr="//script[last()]" position="after">
  20. <script type="text/javascript" src="/theme_bookstore/static/src/js/tour.js"/>
  21. </xpath>
  22. </template>
  23. </odoo>