Files
design-themes/theme_yes/views/snippets/s_banner.xml
T

16 lines
392 B
XML
Raw Normal View History

2021-07-01 14:16:13 +00:00
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_banner" inherit_id="website.s_banner">
<!-- Section -->
<xpath expr="//section" position="attributes">
2023-08-29 11:29:48 +02:00
<attribute name="class" add="o_cc o_cc5" separator=" "/>
2021-07-01 14:16:13 +00:00
</xpath>
<!-- Title -->
2023-08-29 11:29:48 +02:00
<xpath expr="//h1" position="replace" mode="inner">
2021-07-01 14:16:13 +00:00
Just as you dreamt it.
</xpath>
</template>
</odoo>