[FIX] nfu_ecommerce: remove buggy color indicator

This commit is contained in:
Niels Göttsch 2025-04-28 22:13:54 +02:00 committed by madmooose
parent 0ba12fc07a
commit dc1030645f

View file

@ -80,12 +80,12 @@
</xpath>
<xpath expr="//div[contains(@t-attf-class,'css_quantity')]" position="attributes">
<!-- Todo: catch if not set -->
<attribute
<!-- <attribute
t-if="packaging_info"
name="t-attf-style"
add="background-color: {{packaging_info['state_color']}};"
add="'background-color: {{packaging_info[\'state_color\']}};' if packaging_info"
separator=" "
/>
/> -->
</xpath>
</template>