Files
design-themes/theme_bookstore/views/snippets/s_banner.xml
T
Antoine (anso) 4492c5dfa6 [IMP] theme_bookstore: improve the theme
Revamp of `theme_bookstore`.

task-4109584

closes odoo/design-themes#862

Related: odoo/odoo#176503
Signed-off-by: Soukéina Bojabza (sobo) <sobo@odoo.com>
2024-08-15 05:56:34 +00:00

12 lines
253 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_banner" inherit_id="website.s_banner">
<!-- Title -->
<xpath expr="//h1" position="replace" mode="inner">
The best sellers <br/>of the year
</xpath>
</template>
</odoo>