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

46 lines
2.9 KiB

5 years ago
5 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <!-- Those are independant from the user palette and act as default for it -->
  4. <!-- Compatibility: Thoses templates are kept for now even though the -->
  5. <!-- enabled palettes are now handled through a scss customization -->
  6. <template id="option_colors_02_variables" inherit_id="theme_common._assets_primary_variables" active="False">
  7. <xpath expr="//link[last()]" position="after">
  8. <link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/options/colors/option_colors_02_variables.scss"/>
  9. </xpath>
  10. </template>
  11. <template id="option_colors_03_variables" inherit_id="theme_common._assets_primary_variables" active="False">
  12. <xpath expr="//link[last()]" position="after">
  13. <link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/options/colors/option_colors_03_variables.scss"/>
  14. </xpath>
  15. </template>
  16. <template id="option_colors_04_variables" inherit_id="theme_common._assets_primary_variables" active="False">
  17. <xpath expr="//link[last()]" position="after">
  18. <link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/options/colors/option_colors_04_variables.scss"/>
  19. </xpath>
  20. </template>
  21. <template id="option_colors_05_variables" inherit_id="theme_common._assets_primary_variables" active="False">
  22. <xpath expr="//link[last()]" position="after">
  23. <link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/options/colors/option_colors_05_variables.scss"/>
  24. </xpath>
  25. </template>
  26. <template id="option_colors_06_variables" inherit_id="theme_common._assets_primary_variables" active="False">
  27. <xpath expr="//link[last()]" position="after">
  28. <link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/options/colors/option_colors_06_variables.scss"/>
  29. </xpath>
  30. </template>
  31. <template id="option_colors_07_variables" inherit_id="theme_common._assets_primary_variables" active="False">
  32. <xpath expr="//link[last()]" position="after">
  33. <link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/options/colors/option_colors_07_variables.scss"/>
  34. </xpath>
  35. </template>
  36. <template id="option_colors_08_variables" inherit_id="theme_common._assets_primary_variables" active="False">
  37. <xpath expr="//link[last()]" position="after">
  38. <link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/options/colors/option_colors_08_variables.scss"/>
  39. </xpath>
  40. </template>
  41. <template id="option_colors_09_variables" inherit_id="theme_common._assets_primary_variables" active="False">
  42. <xpath expr="//link[last()]" position="after">
  43. <link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/options/colors/option_colors_09_variables.scss"/>
  44. </xpath>
  45. </template>
  46. </odoo>