2023-09-04 17:08:15 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<odoo>
|
|
|
|
|
|
|
|
|
|
<!-- About -->
|
|
|
|
|
|
|
|
|
|
<template id="new_page_template_sections_about_personal" inherit_id="website.new_page_template_sections_about_personal">
|
|
|
|
|
<xpath expr="//t[@t-snippet-call='website.new_page_template_about_personal_s_call_to_action_about']" position="attributes">
|
|
|
|
|
<attribute name="t-snippet-call">website.new_page_template_about_personal_s_call_to_action</attribute>
|
|
|
|
|
</xpath>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<!-- Landing -->
|
|
|
|
|
|
|
|
|
|
<template id="new_page_template_sections_landing_1" inherit_id="website.new_page_template_sections_landing_1">
|
|
|
|
|
<xpath expr="//t[@t-snippet-call='website.new_page_template_landing_1_s_call_to_action_digital']" position="attributes">
|
|
|
|
|
<attribute name="t-snippet-call">website.new_page_template_landing_1_s_call_to_action</attribute>
|
|
|
|
|
</xpath>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<template id="new_page_template_sections_landing_2" inherit_id="website.new_page_template_sections_landing_2">
|
|
|
|
|
<xpath expr="//t[@t-snippet-call='website.new_page_template_landing_2_s_call_to_action']" position="attributes">
|
|
|
|
|
<attribute name="t-snippet-call">website.new_page_template_landing_s_call_to_action</attribute>
|
|
|
|
|
</xpath>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<template id="new_page_template_sections_landing_3" inherit_id="website.new_page_template_sections_landing_3">
|
|
|
|
|
<xpath expr="//t[@t-snippet-call='website.new_page_template_landing_3_s_call_to_action']" position="attributes">
|
|
|
|
|
<attribute name="t-snippet-call">website.new_page_template_landing_s_call_to_action</attribute>
|
|
|
|
|
</xpath>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<!-- Services -->
|
|
|
|
|
|
|
|
|
|
<template id="new_page_template_sections_services_2" inherit_id="website.new_page_template_sections_services_2">
|
|
|
|
|
<xpath expr="//t[@t-snippet-call='website.new_page_template_services_2_s_call_to_action_digital']" position="attributes">
|
|
|
|
|
<attribute name="t-snippet-call">website.new_page_template_services_2_s_call_to_action</attribute>
|
|
|
|
|
</xpath>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<!-- General customizations -->
|
|
|
|
|
|
|
|
|
|
<template id="new_page_template_s_text_image" inherit_id="website.new_page_template_s_text_image">
|
|
|
|
|
<!-- Shape option -->
|
|
|
|
|
<xpath expr="//section" position="attributes">
|
|
|
|
|
<attribute name="data-oe-shape-data">{"shape":"web_editor/Wavy/07","flip":["x"]}</attribute>
|
|
|
|
|
</xpath>
|
|
|
|
|
<!-- Shape -->
|
|
|
|
|
<xpath expr="//div[hasclass('container')]" position="before">
|
|
|
|
|
<div class="o_we_shape o_web_editor_Wavy_07" style="background-image: url('/web_editor/shape/web_editor/Wavy/07.svg?c3=o-color-1&flip=x'); background-position: 50% 0%;"/>
|
|
|
|
|
</xpath>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<!-- Snippet customization Basic Pages -->
|
|
|
|
|
|
|
|
|
|
<template id="new_page_template_basic_s_image_text" inherit_id="website.new_page_template_basic_s_image_text">
|
|
|
|
|
<!-- Shape option -->
|
|
|
|
|
<xpath expr="//section" position="attributes">
|
|
|
|
|
<attribute name="data-oe-shape-data">{"shape":"web_editor/Wavy/04","flip":["x"]}</attribute>
|
|
|
|
|
</xpath>
|
|
|
|
|
<!-- Shape -->
|
|
|
|
|
<xpath expr="//div[hasclass('container')]" position="before">
|
|
|
|
|
<div class="o_we_shape o_web_editor_Wavy_04" style="background-image: url('/web_editor/shape/web_editor/Wavy/04.svg?c1=o-color-1&c5=o-color-1&flip=x'); background-position: 50% 100%;"/>
|
|
|
|
|
</xpath>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<!-- Snippet customization About Pages -->
|
|
|
|
|
|
|
|
|
|
<template id="new_page_template_about_s_cover" inherit_id="website.new_page_template_about_s_cover">
|
|
|
|
|
<!-- Shape option -->
|
|
|
|
|
<xpath expr="//section" position="attributes">
|
2024-10-24 13:35:06 +02:00
|
|
|
<attribute name="data-oe-shape-data">{"shape":"web_editor/Connections/16","colors":{"c5":"o-color-3"},"flip":[]}</attribute>
|
2023-09-04 17:08:15 +02:00
|
|
|
</xpath>
|
|
|
|
|
<!-- Shape -->
|
|
|
|
|
<xpath expr="//div[hasclass('container')]" position="before">
|
2024-10-24 13:35:06 +02:00
|
|
|
<div class="o_we_shape o_web_editor_Connections_16" style="background-image: url('/web_editor/shape/web_editor/Connections/16.svg?c5=o-color-3');"/>
|
2023-09-04 17:08:15 +02:00
|
|
|
</xpath>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<template id="new_page_template_about_s_features" inherit_id="website.new_page_template_about_s_features">
|
|
|
|
|
<!-- Shape option -->
|
|
|
|
|
<xpath expr="//section" position="attributes">
|
|
|
|
|
<attribute name="data-oe-shape-data">{"shape":"web_editor/Wavy/22","flip":[]}</attribute>
|
|
|
|
|
</xpath>
|
|
|
|
|
<!-- Shape -->
|
|
|
|
|
<xpath expr="//div[hasclass('container')]" position="before">
|
|
|
|
|
<div class="o_we_shape o_web_editor_Wavy_22"/>
|
|
|
|
|
</xpath>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<template id="new_page_template_about_s_picture" inherit_id="website.new_page_template_about_s_picture">
|
|
|
|
|
<!-- Shape option -->
|
|
|
|
|
<xpath expr="//section" position="attributes">
|
|
|
|
|
<attribute name="data-oe-shape-data">{"shape":"web_editor/Wavy/04","flip":["x"]}</attribute>
|
|
|
|
|
</xpath>
|
|
|
|
|
<!-- Shape -->
|
2024-07-17 16:45:52 +02:00
|
|
|
<xpath expr="//div[hasclass('o_container_small')]" position="before">
|
2023-09-04 17:08:15 +02:00
|
|
|
<div class="o_we_shape o_web_editor_Wavy_04" style="background-image: url('/web_editor/shape/web_editor/Wavy/04.svg?c1=o-color-1&c5=o-color-1&flip=x'); background-position: 50% 100%;"/>
|
|
|
|
|
</xpath>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<template id="new_page_template_about_full_1_s_text_block_h1" inherit_id="website.new_page_template_about_full_1_s_text_block_h1">
|
|
|
|
|
<xpath expr="//section" position="attributes">
|
|
|
|
|
<attribute name="class" add="pb0 pt40" remove="pb40 pt40" separator=" "/>
|
|
|
|
|
</xpath>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<template id="new_page_template_about_full_s_image_text" inherit_id="website.new_page_template_about_full_s_image_text">
|
|
|
|
|
<!-- Shape option -->
|
|
|
|
|
<xpath expr="//section" position="attributes">
|
2023-10-24 13:38:32 +02:00
|
|
|
<attribute name="class" remove="pb56" separator=" "/>
|
2023-09-04 17:08:15 +02:00
|
|
|
<attribute name="data-oe-shape-data">{"shape":"web_editor/Wavy/04","flip":["x"]}</attribute>
|
|
|
|
|
</xpath>
|
|
|
|
|
<!-- Shape -->
|
|
|
|
|
<xpath expr="//div[hasclass('container')]" position="before">
|
|
|
|
|
<div class="o_we_shape o_web_editor_Wavy_04" style="background-image: url('/web_editor/shape/web_editor/Wavy/04.svg?c1=o-color-1&c5=o-color-1&flip=x'); background-position: 50% 100%;"/>
|
|
|
|
|
</xpath>
|
|
|
|
|
</template>
|
|
|
|
|
|
2023-10-24 13:38:32 +02:00
|
|
|
<template id="new_page_template_about_full_s_numbers" inherit_id="website.new_page_template_about_full_s_numbers">
|
|
|
|
|
<xpath expr="//section" position="attributes">
|
|
|
|
|
<!-- Defined in both theme and new page template -->
|
|
|
|
|
<attribute name="class" add="o_cc3" remove="o_cc3" separator=" "/>
|
|
|
|
|
</xpath>
|
|
|
|
|
</template>
|
|
|
|
|
|
2023-09-04 17:08:15 +02:00
|
|
|
<template id="new_page_template_about_full_s_text_block_h1" inherit_id="website.new_page_template_about_full_s_text_block_h1">
|
|
|
|
|
<xpath expr="//section" position="attributes">
|
2023-10-24 13:38:32 +02:00
|
|
|
<attribute name="class" add="o_cc2 pb40" remove="pb0" separator=" "/>
|
|
|
|
|
</xpath>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<template id="new_page_template_about_full_s_text_image" inherit_id="website.new_page_template_about_full_s_text_image">
|
|
|
|
|
<xpath expr="//section" position="attributes">
|
|
|
|
|
<attribute name="class" remove="pt56 pb56" separator=" "/>
|
2023-09-04 17:08:15 +02:00
|
|
|
</xpath>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<template id="new_page_template_about_map_s_numbers" inherit_id="website.new_page_template_about_map_s_numbers">
|
|
|
|
|
<xpath expr="//section" position="attributes">
|
|
|
|
|
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
|
|
|
|
</xpath>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<template id="new_page_template_about_mini_s_text_block_2nd" inherit_id="website.new_page_template_about_mini_s_text_block_2nd">
|
|
|
|
|
<xpath expr="//section" position="attributes">
|
|
|
|
|
<attribute name="class" add="o_cc2" separator=" "/>
|
|
|
|
|
</xpath>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<template id="new_page_template_about_mini_s_text_block_h2" inherit_id="website.new_page_template_about_mini_s_text_block_h2">
|
|
|
|
|
<xpath expr="//section" position="attributes">
|
|
|
|
|
<attribute name="class" add="o_cc2" separator=" "/>
|
|
|
|
|
</xpath>
|
|
|
|
|
</template>
|
|
|
|
|
|
2023-10-24 13:38:32 +02:00
|
|
|
<template id="new_page_template_about_personal_s_numbers" inherit_id="website.new_page_template_about_personal_s_numbers">
|
|
|
|
|
<xpath expr="//section" position="attributes">
|
|
|
|
|
<!-- Defined in both theme and new page template -->
|
|
|
|
|
<attribute name="class" add="o_cc3" remove="o_cc3" separator=" "/>
|
|
|
|
|
</xpath>
|
|
|
|
|
</template>
|
|
|
|
|
|
2023-09-04 17:08:15 +02:00
|
|
|
<!-- Snippet customization Landing Pages -->
|
|
|
|
|
|
|
|
|
|
<template id="new_page_template_landing_s_showcase" inherit_id="website.new_page_template_landing_s_showcase">
|
|
|
|
|
<xpath expr="//section" position="attributes">
|
|
|
|
|
<attribute name="class" add="o_cc3" separator=" "/>
|
|
|
|
|
</xpath>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<template id="new_page_template_landing_s_text_image" inherit_id="website.new_page_template_landing_s_text_image">
|
|
|
|
|
<!-- Remove shape option -->
|
|
|
|
|
<xpath expr="//section" position="attributes">
|
2023-10-24 13:38:32 +02:00
|
|
|
<attribute name="class" remove="pt56 pb56" separator=" "/>
|
2023-09-04 17:08:15 +02:00
|
|
|
<attribute name="data-oe-shape-data"/>
|
|
|
|
|
</xpath>
|
|
|
|
|
<!-- Remove shape -->
|
|
|
|
|
<xpath expr="//div[hasclass('o_we_shape')]" position="replace"/>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<template id="new_page_template_landing_2_s_cover" inherit_id="website.new_page_template_landing_2_s_cover">
|
|
|
|
|
<!-- Shape option -->
|
|
|
|
|
<xpath expr="//section" position="attributes">
|
2024-10-24 13:35:06 +02:00
|
|
|
<attribute name="data-oe-shape-data">{"shape":"web_editor/Connections/16","colors":{"c5":"o-color-4"},"flip":[]}</attribute>
|
2023-09-04 17:08:15 +02:00
|
|
|
</xpath>
|
|
|
|
|
<!-- Shape -->
|
|
|
|
|
<xpath expr="//div[hasclass('container')]" position="before">
|
2024-10-24 13:35:06 +02:00
|
|
|
<div class="o_we_shape o_web_editor_Connections_16" style="background-image: url('/web_editor/shape/web_editor/Connections/16.svg?c5=o-color-4');"/>
|
2023-09-04 17:08:15 +02:00
|
|
|
</xpath>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<template id="new_page_template_landing_2_s_text_block_h2" inherit_id="website.new_page_template_landing_2_s_text_block_h2">
|
|
|
|
|
<xpath expr="//section" position="attributes">
|
|
|
|
|
<attribute name="class" remove="o_cc2" separator=" "/>
|
|
|
|
|
</xpath>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<template id="new_page_template_landing_2_s_three_columns" inherit_id="website.new_page_template_landing_2_s_three_columns">
|
|
|
|
|
<!-- Shape option -->
|
|
|
|
|
<xpath expr="//section" position="attributes">
|
|
|
|
|
<attribute name="data-oe-shape-data">{"shape":"web_editor/Wavy/22","flip":[]}</attribute>
|
|
|
|
|
</xpath>
|
|
|
|
|
<!-- Shape -->
|
|
|
|
|
<xpath expr="//div[hasclass('container')]" position="before">
|
|
|
|
|
<div class="o_we_shape o_web_editor_Wavy_22"/>
|
|
|
|
|
</xpath>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<template id="new_page_template_landing_3_s_text_block_h2" inherit_id="website.new_page_template_landing_3_s_text_block_h2">
|
|
|
|
|
<xpath expr="//section" position="attributes">
|
|
|
|
|
<attribute name="class" remove="o_cc2" separator=" "/>
|
|
|
|
|
</xpath>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<template id="new_page_template_landing_3_s_three_columns" inherit_id="website.new_page_template_landing_3_s_three_columns">
|
|
|
|
|
<!-- Shape option -->
|
|
|
|
|
<xpath expr="//section" position="attributes">
|
|
|
|
|
<attribute name="data-oe-shape-data">{"shape":"web_editor/Wavy/22","flip":[]}</attribute>
|
|
|
|
|
</xpath>
|
|
|
|
|
<!-- Shape -->
|
|
|
|
|
<xpath expr="//div[hasclass('container')]" position="before">
|
|
|
|
|
<div class="o_we_shape o_web_editor_Wavy_22"/>
|
|
|
|
|
</xpath>
|
|
|
|
|
</template>
|
|
|
|
|
|
2023-10-24 13:38:32 +02:00
|
|
|
<template id="new_page_template_landing_4_s_cover" inherit_id="website.new_page_template_landing_4_s_cover">
|
|
|
|
|
<xpath expr="//section" position="attributes">
|
|
|
|
|
<!-- o_half_screen_height is defined by both theme and new page template -->
|
|
|
|
|
<attribute name="class" add="o_half_screen_height" remove="o_half_screen_height" separator=" "/>
|
|
|
|
|
</xpath>
|
|
|
|
|
</template>
|
|
|
|
|
|
2023-09-04 17:08:15 +02:00
|
|
|
<!-- Snippet customization Gallery Pages -->
|
|
|
|
|
|
|
|
|
|
<template id="new_page_template_gallery_s_cover" inherit_id="website.new_page_template_gallery_s_cover">
|
|
|
|
|
<!-- Shape option -->
|
|
|
|
|
<xpath expr="//section" position="attributes">
|
2024-10-24 13:35:06 +02:00
|
|
|
<attribute name="data-oe-shape-data">{"shape":"web_editor/Connections/16","colors":{"c5":"o-color-4"},"flip":[]}</attribute>
|
2023-09-04 17:08:15 +02:00
|
|
|
</xpath>
|
|
|
|
|
<!-- Shape -->
|
|
|
|
|
<xpath expr="//div[hasclass('container')]" position="before">
|
2024-10-24 13:35:06 +02:00
|
|
|
<div class="o_we_shape o_web_editor_Connections_16" style="background-image: url('/web_editor/shape/web_editor/Connections/16.svg?c5=o-color-4');"/>
|
2023-09-04 17:08:15 +02:00
|
|
|
</xpath>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<template id="new_page_template_gallery_s_image_text" inherit_id="website.new_page_template_gallery_s_image_text">
|
|
|
|
|
<!-- Shape option -->
|
|
|
|
|
<xpath expr="//section" position="attributes">
|
|
|
|
|
<attribute name="data-oe-shape-data">{"shape":"web_editor/Wavy/04","flip":["x"]}</attribute>
|
|
|
|
|
</xpath>
|
|
|
|
|
<!-- Shape -->
|
|
|
|
|
<xpath expr="//div[hasclass('container')]" position="before">
|
|
|
|
|
<div class="o_we_shape o_web_editor_Wavy_04" style="background-image: url('/web_editor/shape/web_editor/Wavy/04.svg?c1=o-color-1&c5=o-color-1&flip=x'); background-position: 50% 100%;"/>
|
|
|
|
|
</xpath>
|
|
|
|
|
</template>
|
|
|
|
|
|
2023-10-24 13:38:32 +02:00
|
|
|
<template id="new_page_template_gallery_s_image_text_2nd" inherit_id="website.new_page_template_gallery_s_image_text_2nd">
|
|
|
|
|
<xpath expr="//section" position="attributes">
|
|
|
|
|
<attribute name="class" remove="pb56" separator=" "/>
|
|
|
|
|
</xpath>
|
|
|
|
|
</template>
|
|
|
|
|
|
2023-09-04 17:08:15 +02:00
|
|
|
<!-- Snippet customization Services Pages -->
|
|
|
|
|
|
|
|
|
|
<template id="new_page_template_services_s_image_text" inherit_id="website.new_page_template_services_s_image_text">
|
|
|
|
|
<!-- Shape option -->
|
|
|
|
|
<xpath expr="//section" position="attributes">
|
|
|
|
|
<attribute name="data-oe-shape-data">{"shape":"web_editor/Wavy/04","flip":["x"]}</attribute>
|
|
|
|
|
</xpath>
|
|
|
|
|
<!-- Shape -->
|
|
|
|
|
<xpath expr="//div[hasclass('container')]" position="before">
|
|
|
|
|
<div class="o_we_shape o_web_editor_Wavy_04" style="background-image: url('/web_editor/shape/web_editor/Wavy/04.svg?c1=o-color-1&c5=o-color-1&flip=x'); background-position: 50% 100%;"/>
|
|
|
|
|
</xpath>
|
|
|
|
|
</template>
|
|
|
|
|
|
2023-10-24 13:38:32 +02:00
|
|
|
<template id="new_page_template_services_s_text_image" inherit_id="website.new_page_template_services_s_text_image">
|
|
|
|
|
<xpath expr="//section" position="attributes">
|
|
|
|
|
<attribute name="class" remove="pt56 pb56" separator=" "/>
|
|
|
|
|
</xpath>
|
|
|
|
|
</template>
|
|
|
|
|
|
2023-09-04 17:08:15 +02:00
|
|
|
<!-- Snippet customization Pricing Pages -->
|
|
|
|
|
|
|
|
|
|
<template id="new_page_template_pricing_s_cover" inherit_id="website.new_page_template_pricing_s_cover">
|
|
|
|
|
<!-- Shape option -->
|
|
|
|
|
<xpath expr="//section" position="attributes">
|
2024-10-24 13:35:06 +02:00
|
|
|
<attribute name="data-oe-shape-data">{"shape":"web_editor/Connections/16","colors":{"c5":"o-color-4"},"flip":[]}</attribute>
|
2023-09-04 17:08:15 +02:00
|
|
|
</xpath>
|
|
|
|
|
<!-- Shape -->
|
|
|
|
|
<xpath expr="//div[hasclass('container')]" position="before">
|
2024-10-24 13:35:06 +02:00
|
|
|
<div class="o_we_shape o_web_editor_Connections_16" style="background-image: url('/web_editor/shape/web_editor/Connections/16.svg?c5=o-color-4');"/>
|
2023-09-04 17:08:15 +02:00
|
|
|
</xpath>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<template id="new_page_template_pricing_s_image_text" inherit_id="website.new_page_template_pricing_s_image_text">
|
|
|
|
|
<!-- Shape option -->
|
|
|
|
|
<xpath expr="//section" position="attributes">
|
|
|
|
|
<attribute name="data-oe-shape-data">{"shape":"web_editor/Wavy/04","flip":["x"]}</attribute>
|
|
|
|
|
</xpath>
|
|
|
|
|
<!-- Shape -->
|
|
|
|
|
<xpath expr="//div[hasclass('container')]" position="before">
|
|
|
|
|
<div class="o_we_shape o_web_editor_Wavy_04" style="background-image: url('/web_editor/shape/web_editor/Wavy/04.svg?c1=o-color-1&c5=o-color-1&flip=x'); background-position: 50% 100%;"/>
|
|
|
|
|
</xpath>
|
|
|
|
|
</template>
|
|
|
|
|
|
2023-10-24 13:38:32 +02:00
|
|
|
<template id="new_page_template_pricing_s_image_text_2nd" inherit_id="website.new_page_template_pricing_s_image_text_2nd">
|
|
|
|
|
<xpath expr="//section" position="attributes">
|
|
|
|
|
<attribute name="class" remove="pb56" separator=" "/>
|
|
|
|
|
</xpath>
|
|
|
|
|
</template>
|
|
|
|
|
|
2023-09-04 17:08:15 +02:00
|
|
|
<!-- Snippet customization Team Pages -->
|
|
|
|
|
|
|
|
|
|
<template id="new_page_template_team_s_text_image" inherit_id="website.new_page_template_team_s_text_image">
|
|
|
|
|
<!-- Remove shape option -->
|
|
|
|
|
<xpath expr="//section" position="attributes">
|
2023-10-24 13:38:32 +02:00
|
|
|
<attribute name="class" remove="pt56 pb56" separator=" "/>
|
2023-09-04 17:08:15 +02:00
|
|
|
<attribute name="data-oe-shape-data"/>
|
|
|
|
|
</xpath>
|
|
|
|
|
<!-- Remove shape -->
|
|
|
|
|
<xpath expr="//div[hasclass('o_we_shape')]" position="replace"/>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<template id="new_page_template_team_0_s_text_block_h1" inherit_id="website.new_page_template_team_0_s_text_block_h1">
|
|
|
|
|
<xpath expr="//section" position="attributes">
|
|
|
|
|
<attribute name="class" add="pb0" remove="pb40" separator=" "/>
|
|
|
|
|
</xpath>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<template id="new_page_template_team_0_s_three_columns" inherit_id="website.new_page_template_team_0_s_three_columns">
|
|
|
|
|
<!-- Shape option -->
|
|
|
|
|
<xpath expr="//section" position="attributes">
|
|
|
|
|
<attribute name="data-oe-shape-data">{"shape":"web_editor/Wavy/22","flip":[]}</attribute>
|
|
|
|
|
</xpath>
|
|
|
|
|
<!-- Shape -->
|
|
|
|
|
<xpath expr="//div[hasclass('container')]" position="before">
|
|
|
|
|
<div class="o_we_shape o_web_editor_Wavy_22"/>
|
|
|
|
|
</xpath>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
</odoo>
|