mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
299d504df3
This commit updates the theme to improve the design with new colors, new
pictures and new snippet customizations.
task-2555035
X-original-commit: 2a2da47270
Part-of: odoo/design-themes#501
29 lines
966 B
XML
29 lines
966 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="s_three_columns" inherit_id="website.s_three_columns">
|
|
<!-- Section -->
|
|
<xpath expr="//section" position="attributes">
|
|
<attribute name="class" add="o_cc5" remove="o_cc2" separator=" "/>
|
|
<attribute name="data-oe-shape-data">{"shape":"web_editor/Origins/18"}</attribute>
|
|
</xpath>
|
|
<!-- Shape -->
|
|
<xpath expr="//*[hasclass('container')]" position="before">
|
|
<div class="o_we_shape o_web_editor_Origins_18"/>
|
|
</xpath>
|
|
<!-- Column 1 -->
|
|
<xpath expr="//*[hasclass('card-title')]" position="replace" mode="inner">
|
|
Accomodations
|
|
</xpath>
|
|
<!-- Column 2 -->
|
|
<xpath expr="(//*[hasclass('card-title')])[2]" position="replace" mode="inner">
|
|
Car Rental
|
|
</xpath>
|
|
<!-- Column 3 -->
|
|
<xpath expr="(//*[hasclass('card-title')])[3]" position="replace" mode="inner">
|
|
Make up &amp; Hair
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|