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

40 lines
2.7 KiB

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_clean/static/src/scss/primary_variables.scss"/>
  6. </xpath>
  7. </template>
  8. <template id="_assets_frontend_helpers" inherit_id="website._assets_frontend_helpers" priority="1">
  9. <xpath expr="//link" position="before">
  10. <link rel="stylesheet" type="text/scss" href="/theme_clean/static/src/scss/bootstrap_overridden.scss"/>
  11. </xpath>
  12. </template>
  13. <template id="assets_frontend" inherit_id="website.assets_frontend" priority="1">
  14. <xpath expr="//link[last()]" position="after">
  15. <link rel="stylesheet" type="text/scss" href="/theme_clean/static/src/scss/theme.scss"/>
  16. <link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_discount.scss"/>
  17. <link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_event_list.scss"/>
  18. <link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_profile.scss"/>
  19. <link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_icon_box.scss"/>
  20. <link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_pricing.scss"/>
  21. <link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_process_steps.scss"/>
  22. <link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_timeline.scss"/>
  23. <link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_color_blocks_2.scss"/>
  24. <link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_color_blocks_4.scss"/>
  25. <link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_big_image.scss"/>
  26. <link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_big_image_parallax.scss"/>
  27. <link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_team_profiles.scss"/>
  28. <link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_text_highlight.scss"/>
  29. <link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_two_columns.scss"/>
  30. </xpath>
  31. </template>
  32. <template id="assets_editor" inherit_id="website.assets_editor">
  33. <xpath expr="//script[last()]" position="after">
  34. <script type="text/javascript" src="/theme_common/static/src/js/s_progress_bar.js"></script>
  35. </xpath>
  36. </template>
  37. </odoo>