[FIX] nfu_ecommerce: remove buggy color indicator
This commit is contained in:
parent
0ba12fc07a
commit
dc1030645f
1 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue