mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
14 lines
443 B
XML
14 lines
443 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<odoo>
|
||
|
|
|
||
|
|
<template id="s_carousel_cards" inherit_id="website.s_carousel_cards">
|
||
|
|
<xpath expr="//section" position="attributes">
|
||
|
|
<attribute name="class" add="o_cc o_cc5" separator=" "/>
|
||
|
|
</xpath>
|
||
|
|
<xpath expr="(//div[hasclass('s_carousel_cards_card')])[2]" position="attributes">
|
||
|
|
<attribute name="class" add="o_cc4" remove="o_cc5" separator=" "/>
|
||
|
|
</xpath>
|
||
|
|
</template>
|
||
|
|
|
||
|
|
</odoo>
|