Files
design-themes/theme_treehouse/views/customize_modal.xml
T
2021-05-11 15:56:19 +02:00

112 lines
6.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- Colors schemes -->
<template id="option_colors_05_variables" inherit_id="theme_common.option_colors_05_variables">
<xpath expr="//link[last()]" position="after">
<link rel="stylesheet" type="text/scss" href="/theme_treehouse/static/src/scss/options/colors/colors_05_variables.scss"/>
</xpath>
</template>
<template id="option_colors_06_variables" inherit_id="theme_common.option_colors_06_variables">
<xpath expr="//link[last()]" position="after">
<link rel="stylesheet" type="text/scss" href="/theme_treehouse/static/src/scss/options/colors/colors_06_variables.scss"/>
</xpath>
</template>
<!-- Fonts -->
<!-- FIXME -->
<!-- <template id="option_font_dosis_variables" inherit_id="website.option_font_body_01_variables">
<xpath expr="//link[last()]" position="after">
<link rel="stylesheet" type="text/scss" href="/theme_treehouse/static/src/scss/options/fonts/font_body_dosis_variables.scss"/>
</xpath>
</template> -->
<template id="option_font_abel_variables" inherit_id="website.option_font_body_02_variables">
<xpath expr="//link[last()]" position="after">
<link rel="stylesheet" type="text/scss" href="/theme_treehouse/static/src/scss/options/fonts/font_body_abel_variables.scss"/>
</xpath>
</template>
<template id="option_font_lato_variables" inherit_id="website.option_font_body_03_variables">
<xpath expr="//link[last()]" position="after">
<link rel="stylesheet" type="text/scss" href="/theme_treehouse/static/src/scss/options/fonts/font_body_lato_variables.scss"/>
</xpath>
</template>
<template id="option_font_karla_variables" inherit_id="website.option_font_body_04_variables">
<xpath expr="//link[last()]" position="after">
<link rel="stylesheet" type="text/scss" href="/theme_treehouse/static/src/scss/options/fonts/font_body_karla_variables.scss"/>
</xpath>
</template>
<template id="option_font_laila_variables" inherit_id="website.option_font_body_05_variables">
<xpath expr="//link[last()]" position="after">
<link rel="stylesheet" type="text/scss" href="/theme_treehouse/static/src/scss/options/fonts/font_body_laila_variables.scss"/>
</xpath>
</template>
<template id="option_font_raleway_variables" inherit_id="website.option_font_body_06_variables">
<xpath expr="//link[last()]" position="after">
<link rel="stylesheet" type="text/scss" href="/theme_treehouse/static/src/scss/options/fonts/font_body_raleway_variables.scss"/>
</xpath>
</template>
<template id="option_font_button_lato_variables" inherit_id="website.option_font_button_03_variables">
<xpath expr="//link[last()]" position="after">
<link rel="stylesheet" type="text/scss" href="/theme_treehouse/static/src/scss/options/fonts/font_button_lato_variables.scss"/>
</xpath>
</template>
<template id="option_font_title_laila_variables" inherit_id="website.option_font_title_05_variables">
<xpath expr="//link[last()]" position="after">
<link rel="stylesheet" type="text/scss" href="/theme_treehouse/static/src/scss/options/fonts/font_headings_laila_variables.scss"/>
</xpath>
</template>
<template id="option_font_title_raleway_variables" inherit_id="website.option_font_title_06_variables">
<xpath expr="//link[last()]" position="after">
<link rel="stylesheet" type="text/scss" href="/theme_treehouse/static/src/scss/options/fonts/font_headings_raleway_variables.scss"/>
</xpath>
</template>
<!-- Background patterns FIXME ? -->
<template id="body_bg_pattern_01" inherit_id="theme_treehouse._assets_primary_variables" active="False">
<xpath expr="//link[last()]" position="after">
<link rel="stylesheet" type="text/scss" href="/theme_treehouse/static/src/scss/options/background/pattern_01_variables.scss"/>
</xpath>
</template>
<template id="body_bg_pattern_02" inherit_id="theme_treehouse._assets_primary_variables" active="False">
<xpath expr="//link[last()]" position="after">
<link rel="stylesheet" type="text/scss" href="/theme_treehouse/static/src/scss/options/background/pattern_02_variables.scss"/>
</xpath>
</template>
<template id="body_bg_pattern_03" inherit_id="theme_treehouse._assets_primary_variables" active="False">
<xpath expr="//link[last()]" position="after">
<link rel="stylesheet" type="text/scss" href="/theme_treehouse/static/src/scss/options/background/pattern_03_variables.scss"/>
</xpath>
</template>
<template id="body_bg_pattern_04" inherit_id="theme_treehouse._assets_primary_variables" active="False">
<xpath expr="//link[last()]" position="after">
<link rel="stylesheet" type="text/scss" href="/theme_treehouse/static/src/scss/options/background/pattern_04_variables.scss"/>
</xpath>
</template>
<template id="body_bg_pattern_05" inherit_id="theme_treehouse._assets_primary_variables" active="False">
<xpath expr="//link[last()]" position="after">
<link rel="stylesheet" type="text/scss" href="/theme_treehouse/static/src/scss/options/background/pattern_05_variables.scss"/>
</xpath>
</template>
<template id="body_bg_pattern_06" inherit_id="theme_treehouse._assets_primary_variables" active="False">
<xpath expr="//link[last()]" position="after">
<link rel="stylesheet" type="text/scss" href="/theme_treehouse/static/src/scss/options/background/pattern_06_variables.scss"/>
</xpath>
</template>
<template id="body_bg_pattern_07" inherit_id="theme_treehouse._assets_primary_variables" active="False">
<xpath expr="//link[last()]" position="after">
<link rel="stylesheet" type="text/scss" href="/theme_treehouse/static/src/scss/options/background/pattern_07_variables.scss"/>
</xpath>
</template>
<template id="body_bg_pattern_08" inherit_id="theme_treehouse._assets_primary_variables" active="False">
<xpath expr="//link[last()]" position="after">
<link rel="stylesheet" type="text/scss" href="/theme_treehouse/static/src/scss/options/background/pattern_08_variables.scss"/>
</xpath>
</template>
<template id="body_bg_pattern_09" inherit_id="theme_treehouse._assets_primary_variables" active="False">
<xpath expr="//link[last()]" position="after">
<link rel="stylesheet" type="text/scss" href="/theme_treehouse/static/src/scss/options/background/pattern_09_variables.scss"/>
</xpath>
</template>
</odoo>