2021-06-07 14:47:59 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<odoo>
|
|
|
|
|
|
|
|
|
|
<template id="s_comparisons" inherit_id="website.s_comparisons">
|
|
|
|
|
<!-- Card #1 -->
|
|
|
|
|
<xpath expr="//div[hasclass('card')]" position="attributes">
|
2024-07-24 13:55:31 +02:00
|
|
|
<attribute name="class" add="bg-o-color-3" separator=" "/>
|
2021-06-07 14:47:59 +00:00
|
|
|
</xpath>
|
|
|
|
|
<!-- Card #3 -->
|
|
|
|
|
<xpath expr="(//div[hasclass('card')])[3]" position="attributes">
|
2024-07-24 13:55:31 +02:00
|
|
|
<attribute name="class" add="bg-o-color-3" separator=" "/>
|
2021-06-07 14:47:59 +00:00
|
|
|
</xpath>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
</odoo>
|