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

34 lines
2.2 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <template id="theme_assets_frontend" inherit_id="website.assets_frontend">
  4. <xpath expr="link[last()]" position="after">
  5. <link rel="stylesheet" type="text/css" href="/theme_hspl_emerald/static/src/scss/animate.css"/>
  6. <link rel="stylesheet" type="text/css" href="/theme_hspl_emerald/static/src/scss/all.css"/>
  7. <link rel="stylesheet" type="text/css" href="/theme_hspl_emerald/static/src/scss/Pe-icon-7-stroke.css"/>
  8. <link rel="stylesheet" type="text/css" href="/theme_hspl_emerald/static/src/scss/themify-icons.css"/>
  9. <link rel="stylesheet" type="text/css" href="/theme_hspl_emerald/static/src/scss/leaflet.css"/>
  10. <link rel="stylesheet" type="text/css" href="/theme_hspl_emerald/static/src/scss/theme_styles.scss"/>
  11. <link rel="stylesheet" type="text/css" href="/theme_hspl_emerald/static/src/scss/front.scss"/>
  12. </xpath>
  13. <xpath expr="script[last()]" position="after">
  14. <script type="text/javascript" src="/theme_hspl_emerald/static/src/js/popper.min.js"/>
  15. <script type="text/javascript" src="/theme_hspl_emerald/static/src/js/jquery.easing.1.3.js"/>
  16. <script type="text/javascript" src="/theme_hspl_emerald/static/src/js/leaflet.js"/>
  17. <script type="text/javascript" src="/theme_hspl_emerald/static/src/js/main.js"/>
  18. </xpath>
  19. </template>
  20. <template id="theme_customize_options" inherit_id="web._assets_primary_variables">
  21. <xpath expr="//link" position="after">
  22. <link rel="stylesheet" type="text/scss" href="/theme_hspl_emerald/static/src/scss/theme_colors.scss"/>
  23. </xpath>
  24. </template>
  25. <template id="theme_helpers" inherit_id="web._assets_frontend_helpers">
  26. <xpath expr="//link[last()]" position="after">
  27. <link rel="stylesheet" type="text/scss" href="/theme_hspl_emerald/static/lib/theme/variables.scss"/>
  28. </xpath>
  29. </template>
  30. <template id="theme_primary_variables" inherit_id="website._assets_primary_variables">
  31. <xpath expr="//link" position="before">
  32. <link rel="stylesheet" type="text/scss" href="/theme_hspl_emerald/static/lib/theme/font.scss"/>
  33. </xpath>
  34. </template>
  35. </odoo>