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

52 lines
3.6 KiB

5 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <template id="_assets_utils" inherit_id="web._assets_utils">
  4. <xpath expr="//link[last()]" position="after">
  5. <link rel="stylesheet" type="text/scss" href="/theme_treehouse/static/src/scss/mixins.scss"/>
  6. </xpath>
  7. </template>
  8. <template id="_assets_primary_variables" inherit_id="website._assets_primary_variables" priority="1">
  9. <xpath expr="//link[last()]" position="after">
  10. <link rel="stylesheet" type="text/scss" href="/theme_treehouse/static/src/scss/primary_variables.scss"/>
  11. <link rel="stylesheet" type="text/scss" href="/theme_treehouse/static/src/scss/snippets_variables.scss"/>
  12. </xpath>
  13. </template>
  14. <template id="_assets_frontend_helpers" inherit_id="website._assets_frontend_helpers" priority="1">
  15. <xpath expr="//link" position="before">
  16. <link rel="stylesheet" type="text/scss" href="/theme_treehouse/static/src/scss/bootstrap_overridden.scss"/>
  17. </xpath>
  18. </template>
  19. <template id="assets_frontend" inherit_id="website.assets_frontend" priority="1">
  20. <xpath expr="//link[last()]" position="after">
  21. <!-- Common -->
  22. <link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_team_profiles.scss"/>
  23. <link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_images_carousel.scss"/>
  24. <link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_images_row.scss"/>
  25. <link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_badge.scss"/>
  26. <link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_masonry_block.scss"/>
  27. <link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_media_list.scss"/>
  28. <link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_news_carousel.scss"/>
  29. <link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_process_steps.scss"/>
  30. <link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_progress_bar.scss"/>
  31. <link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_blockquote.scss"/>
  32. <link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_timeline.scss"/>
  33. <!-- Theme -->
  34. <link rel="stylesheet" type="text/scss" href="/theme_treehouse/static/src/scss/theme.scss"/>
  35. <link rel="stylesheet" type="text/scss" href="/theme_treehouse/static/src/scss/snippets.scss"/>
  36. <link rel="stylesheet" type="text/scss" href="/theme_treehouse/static/src/scss/snippets/s_big_message.scss"/>
  37. <link rel="stylesheet" type="text/scss" href="/theme_treehouse/static/src/scss/snippets/s_panel_extended.scss"/>
  38. <link rel="stylesheet" type="text/scss" href="/theme_treehouse/static/src/scss/snippets/s_share_extended.scss"/>
  39. <link rel="stylesheet" type="text/scss" href="/theme_treehouse/static/src/scss/snippets/s_well_extended.scss"/>
  40. </xpath>
  41. <xpath expr="//script[last()]" position="after">
  42. <script type="text/javascript" src="/theme_treehouse/static/src/js/theme_animation.js"></script>
  43. </xpath>
  44. </template>
  45. <template id="assets_editor" inherit_id="website.assets_editor">
  46. <xpath expr="//script[last()]" position="after">
  47. <script type="text/javascript" src="/theme_common/static/src/js/s_progress_bar.js"></script>
  48. </xpath>
  49. </template>
  50. </odoo>