|
@@ -293,7 +293,7 @@
|
|
<t t-set="valor_mo" t-value="0"/>
|
|
<t t-set="valor_mo" t-value="0"/>
|
|
<tr t-foreach="o.order_line" t-as="l">
|
|
<tr t-foreach="o.order_line" t-as="l">
|
|
<td class="art-col1">
|
|
<td class="art-col1">
|
|
- <span t-field="l.product_id.image_small" t-field-options='{"widget": "image"}' class="Your_custom_class"/>
|
|
|
|
|
|
+ <span t-field="l.product_id.image_medium" t-field-options='{"widget": "image"}' class="Your_custom_class"/>
|
|
</td>
|
|
</td>
|
|
<td class="text-center">
|
|
<td class="text-center">
|
|
<span t-esc="'%.0f'%l.product_uom_qty"/>
|
|
<span t-esc="'%.0f'%l.product_uom_qty"/>
|