|
|
@ -13,10 +13,9 @@ |
|
|
|
<xpath expr="//t[@t-foreach='lines_to_report']//td[@name='td_name']" |
|
|
|
position="after"> |
|
|
|
<t t-if="request.env['ir.config_parameter'].sudo().get_param('sale_product_image.is_show_product_image_in_sale_report')"> |
|
|
|
<td style="height:100px !important;width:100px !important;"> |
|
|
|
<td> |
|
|
|
<span t-field="line.order_line_image" |
|
|
|
t-options='{"widget": "image"}'/> |
|
|
|
</td> |
|
|
|
t-options='{"widget": "image", "qweb_img_responsive": False, "class": "img img-fluid"}'/></td> |
|
|
|
</t> |
|
|
|
</xpath> |
|
|
|
</template> |
|
|
|