diff options
| -rw-r--r-- | indoteknik_custom/report/purchase_report.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/indoteknik_custom/report/purchase_report.xml b/indoteknik_custom/report/purchase_report.xml index e1e9f498..d0b73118 100644 --- a/indoteknik_custom/report/purchase_report.xml +++ b/indoteknik_custom/report/purchase_report.xml @@ -101,12 +101,12 @@ </div> </td> - <t t-if="line.image_small"> <td style="border:1px solid #ccc; padding:6px; text-align:center;"> - <img t-att-src="image_data_uri(line.image_small)" - style="width:100px; height:100px; object-fit:contain; border:1px solid #ddd; border-radius:6px; background:#fff;"/> - </td> + <t t-if="line.image_small"> + <img t-att-src="image_data_uri(line.image_small)" + style="width:100px; height:100px; object-fit:contain; border:1px solid #ddd; border-radius:6px; background:#fff;"/> </t> + </td> <!-- QTY --> <td style="border:1px solid #ccc; padding:6px; text-align:center;"> <span t-field="line.product_qty"/> <span t-field="line.product_uom"/> |
