Browse Source

May 29: [FIX] Bug Fixed 'sale_product_image'

pull/317/head
RisvanaCybro 1 year ago
parent
commit
0184fdd7e0
  1. 2
      sale_product_image/report/sale_order_report.xml

2
sale_product_image/report/sale_order_report.xml

@ -13,7 +13,7 @@
<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:20px !important;width:20px !important;">
<td style="height:100px !important;width:100px !important;">
<span t-field="line.order_line_image"
t-options='{"widget": "image"}'/>
</td>

Loading…
Cancel
Save