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

61 lines
3.7 KiB

5 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <!-- Colors schemes -->
  4. <template id="option_colors_05_variables" inherit_id="theme_common.option_colors_05_variables">
  5. <xpath expr="//link[last()]" position="after">
  6. <link rel="stylesheet" type="text/scss" href="/theme_treehouse/static/src/scss/options/colors/colors_05_variables.scss"/>
  7. </xpath>
  8. </template>
  9. <template id="option_colors_06_variables" inherit_id="theme_common.option_colors_06_variables">
  10. <xpath expr="//link[last()]" position="after">
  11. <link rel="stylesheet" type="text/scss" href="/theme_treehouse/static/src/scss/options/colors/colors_06_variables.scss"/>
  12. </xpath>
  13. </template>
  14. <!-- Background patterns FIXME ? -->
  15. <template id="body_bg_pattern_01" inherit_id="theme_treehouse._assets_primary_variables" active="False">
  16. <xpath expr="//link[last()]" position="after">
  17. <link rel="stylesheet" type="text/scss" href="/theme_treehouse/static/src/scss/options/background/pattern_01_variables.scss"/>
  18. </xpath>
  19. </template>
  20. <template id="body_bg_pattern_02" inherit_id="theme_treehouse._assets_primary_variables" active="False">
  21. <xpath expr="//link[last()]" position="after">
  22. <link rel="stylesheet" type="text/scss" href="/theme_treehouse/static/src/scss/options/background/pattern_02_variables.scss"/>
  23. </xpath>
  24. </template>
  25. <template id="body_bg_pattern_03" inherit_id="theme_treehouse._assets_primary_variables" active="False">
  26. <xpath expr="//link[last()]" position="after">
  27. <link rel="stylesheet" type="text/scss" href="/theme_treehouse/static/src/scss/options/background/pattern_03_variables.scss"/>
  28. </xpath>
  29. </template>
  30. <template id="body_bg_pattern_04" inherit_id="theme_treehouse._assets_primary_variables" active="False">
  31. <xpath expr="//link[last()]" position="after">
  32. <link rel="stylesheet" type="text/scss" href="/theme_treehouse/static/src/scss/options/background/pattern_04_variables.scss"/>
  33. </xpath>
  34. </template>
  35. <template id="body_bg_pattern_05" inherit_id="theme_treehouse._assets_primary_variables" active="False">
  36. <xpath expr="//link[last()]" position="after">
  37. <link rel="stylesheet" type="text/scss" href="/theme_treehouse/static/src/scss/options/background/pattern_05_variables.scss"/>
  38. </xpath>
  39. </template>
  40. <template id="body_bg_pattern_06" inherit_id="theme_treehouse._assets_primary_variables" active="False">
  41. <xpath expr="//link[last()]" position="after">
  42. <link rel="stylesheet" type="text/scss" href="/theme_treehouse/static/src/scss/options/background/pattern_06_variables.scss"/>
  43. </xpath>
  44. </template>
  45. <template id="body_bg_pattern_07" inherit_id="theme_treehouse._assets_primary_variables" active="False">
  46. <xpath expr="//link[last()]" position="after">
  47. <link rel="stylesheet" type="text/scss" href="/theme_treehouse/static/src/scss/options/background/pattern_07_variables.scss"/>
  48. </xpath>
  49. </template>
  50. <template id="body_bg_pattern_08" inherit_id="theme_treehouse._assets_primary_variables" active="False">
  51. <xpath expr="//link[last()]" position="after">
  52. <link rel="stylesheet" type="text/scss" href="/theme_treehouse/static/src/scss/options/background/pattern_08_variables.scss"/>
  53. </xpath>
  54. </template>
  55. <template id="body_bg_pattern_09" inherit_id="theme_treehouse._assets_primary_variables" active="False">
  56. <xpath expr="//link[last()]" position="after">
  57. <link rel="stylesheet" type="text/scss" href="/theme_treehouse/static/src/scss/options/background/pattern_09_variables.scss"/>
  58. </xpath>
  59. </template>
  60. </odoo>