mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
fa78b350cc
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>
16 lines
519 B
XML
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>
|