- 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.

28 lines
1.6 KiB

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