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

43 lines
2.8 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_nano/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_nano/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. <!-- Snippets - Common -->
  16. <link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_images_carousel.scss"/>
  17. <link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_color_blocks_4.scss"/>
  18. <link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_badge.scss"/>
  19. <link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_media_list.scss"/>
  20. <link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_news_carousel.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_progress_bar.scss"/>
  23. <link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_team_profiles.scss"/>
  24. <!-- Snippets - NANO -->
  25. <link rel="stylesheet" type="text/scss" href="/theme_nano/static/src/scss/snippets/s_big_message.scss"/>
  26. <link rel="stylesheet" type="text/scss" href="/theme_nano/static/src/scss/snippets/s_panel_extended.scss"/>
  27. <link rel="stylesheet" type="text/scss" href="/theme_nano/static/src/scss/snippets/s_share_extended.scss"/>
  28. <link rel="stylesheet" type="text/scss" href="/theme_nano/static/src/scss/snippets/s_well_extended.scss"/>
  29. <!-- Theme NANO -->
  30. <link rel="stylesheet" type="text/scss" href="/theme_nano/static/src/scss/theme.scss"/>
  31. </xpath>
  32. <xpath expr="//script[last()]" position="after">
  33. <script type="text/javascript" src="/theme_nano/static/src/js/nano.frontend.js"/>
  34. </xpath>
  35. </template>
  36. <template id="assets_editor" inherit_id="website.assets_editor">
  37. <xpath expr="//script[last()]" position="after">
  38. <script type="text/javascript" src="/theme_common/static/src/js/s_progress_bar.js"></script>
  39. </xpath>
  40. </template>
  41. </odoo>