mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
88c8ec0d83
The goal of this commit is to review the occurrences of the default `s_features` snippet across design themes. task-3657631 Part-of: odoo/design-themes#826 Related: odoo/odoo#163577 Signed-off-by: Benoit Socias (bso) <bso@odoo.com>
37 lines
1.3 KiB
XML
37 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="s_features" inherit_id="website.s_features">
|
|
<!-- Section -->
|
|
<xpath expr="//section" position="attributes">
|
|
<attribute name="class" add="pt40 pb48 o_cc o_cc5" remove="pt64 pb64" separator=" "/>
|
|
<attribute name="data-oe-shape-data">{"shape":"web_editor/Floats/12"}</attribute>
|
|
</xpath>
|
|
<xpath expr="//*[hasclass('container')]" position="before">
|
|
<div class="o_we_shape o_web_editor_Floats_12"/>
|
|
</xpath>
|
|
<!-- Column #01 -->
|
|
<xpath expr="//div[hasclass('row')]/div[1]/div/h3" position="replace" mode="inner">
|
|
Intuitive
|
|
</xpath>
|
|
<xpath expr="//div[hasclass('row')]/div[1]/div/p" position="replace" mode="inner">
|
|
We create easy-to-use products.
|
|
</xpath>
|
|
<!-- Column #02 -->
|
|
<xpath expr="//div[hasclass('row')]/div[2]/div/h3" position="replace" mode="inner">
|
|
Adaptable
|
|
</xpath>
|
|
<xpath expr="//div[hasclass('row')]/div[2]/div/p" position="replace" mode="inner">
|
|
We build modular solutions.
|
|
</xpath>
|
|
<!-- Column #03 -->
|
|
<xpath expr="//div[hasclass('row')]/div[3]/div/h3" position="replace" mode="inner">
|
|
Durable
|
|
</xpath>
|
|
<xpath expr="//div[hasclass('row')]/div[3]/div/p" position="replace" mode="inner">
|
|
We craft long-lasting goods.
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|