|
@ -10,7 +10,8 @@ |
|
|
</th> |
|
|
</th> |
|
|
</t> |
|
|
</t> |
|
|
</xpath> |
|
|
</xpath> |
|
|
<xpath expr="//t[@t-foreach='lines_to_report']//td[@name='td_name']" position="after"> |
|
|
<xpath expr="//t[@t-foreach='lines_to_report']//td[@name='td_name']" position="replace"> |
|
|
|
|
|
<td name="td_name"><span style="display:block;width:200px;word-wrap:break-word;" t-esc="line.name"/></td> |
|
|
<t t-if="request.env['ir.config_parameter'].sudo().get_param('sale_product_image.show_product_image_in_sale_report')"> |
|
|
<t t-if="request.env['ir.config_parameter'].sudo().get_param('sale_product_image.show_product_image_in_sale_report')"> |
|
|
<td style="height:20px !important;width:20px !important;"> |
|
|
<td style="height:20px !important;width:20px !important;"> |
|
|
<span t-field="line.order_line_image" t-options='{"widget": "image"}' |
|
|
<span t-field="line.order_line_image" t-options='{"widget": "image"}' |
|
|