Files
design-themes/theme_artists/views/snippets/s_numbers_grid.xml
T
Antoine (anso) 5abb487a21 [IMP] theme_artists: adapt theme with new s_numbers_grid snippet
This commit adapts the design of new `s_numbers_grid` snippet for
`theme_artists`

task-4094390

closes odoo/design-themes#855

Related: odoo/odoo#175733
Signed-off-by: Serge Bayet (seba) <seba@odoo.com>
2024-09-10 17:11:37 +00:00

37 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_numbers_grid" inherit_id="website.s_numbers_grid">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc5" remove="o_cc2" separator=" "/>
</xpath>
<!-- Cells -->
<xpath expr="//div[hasclass('col-lg-3')]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
</xpath>
<xpath expr="(//div[hasclass('col-lg-3')])[2]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
</xpath>
<xpath expr="(//div[hasclass('col-lg-3')])[3]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
</xpath>
<xpath expr="(//div[hasclass('col-lg-3')])[4]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
</xpath>
<xpath expr="(//div[hasclass('col-lg-3')])[5]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
</xpath>
<xpath expr="(//div[hasclass('col-lg-3')])[6]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
</xpath>
<xpath expr="(//div[hasclass('col-lg-3')])[7]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
</xpath>
<xpath expr="(//div[hasclass('col-lg-3')])[8]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
</xpath>
</template>
</odoo>