Files
Brieuc-brd 916cf81d02 [IMP] theme_odoo_experts: adapt s_banner
Since the redesign of the original banner snippet, the customizations
made in theme_odoo_experts have had to be adapted.

task-3097005

Part-of: odoo/design-themes#687
2023-10-08 10:45:47 +00:00

12 lines
254 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">
Our expertise <br/>at your service
</xpath>
</template>
</odoo>