Files
design-themes/theme_treehouse/views/snippets/s_references.xml
T
Brieuc-brd fa78b350cc [IMP] theme_treehouse: revamp the theme
task-4178089
Part of task-4177975

Part-of: odoo/design-themes#919
Related: odoo/odoo#180736
Signed-off-by: Serge Bayet (seba) <seba@odoo.com>
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
2024-09-21 16:34:54 +00:00

16 lines
519 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_references" inherit_id="website.s_references">
<!-- Paragraph -->
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
Together, we collaborate with leading organizations committed to protecting the environment and building a greener future.
</xpath>
<!-- Link -->
<xpath expr="//a" position="replace" mode="inner">
More details <i class="fa fa-long-arrow-right ms-2"/>
</xpath>
</template>
</odoo>