mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
ebb9ca2ab3
This commit adapts customizations for `s_wavy_grid`, added in https://github.com/odoo/odoo/pull/177620 task-4105125 Part of task-4077427 Part-of: odoo/design-themes#919 Related: odoo/odoo#180736 Signed-off-by: Benjamin Vray (bvr) <bvr@odoo.com> Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
13 lines
374 B
XML
13 lines
374 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="s_wavy_grid" inherit_id="website.s_wavy_grid">
|
|
<xpath expr="//section" position="attributes">
|
|
<attribute name="class" add="o_cc o_cc2" separator=" "/>
|
|
<attribute name="data-oe-shape-data"/>
|
|
</xpath>
|
|
<xpath expr="//div[hasclass('o_we_shape')]" position="replace"/>
|
|
</template>
|
|
|
|
</odoo>
|