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.
18 lines
580 B
18 lines
580 B
<?xml version="1.0" encoding="utf-8" ?>
|
|
<odoo>
|
|
|
|
<template id="custom_wrapwrap" inherit_id="website.layout"
|
|
name="Custom Header">
|
|
<xpath expr="//div[@id='wrapwrap']/header" position="attributes">
|
|
<attribute name="class">alternate-font</attribute>
|
|
</xpath>
|
|
</template>
|
|
|
|
<template id="custom_wrap" inherit_id="website.homepage"
|
|
name="Custom Body">
|
|
<xpath expr="//div[@id='wrap']" position="attributes">
|
|
<attribute name="class">alternate-font</attribute>
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo> |