diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-09-16 13:33:48 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-09-16 13:33:48 +0700 |
| commit | 3fad759d7d974e6f86bc6994320cf8f63194cdec (patch) | |
| tree | f76ae31e8c787f2ab39b1abcdeaa93f9c77bbe5e | |
| parent | 4c3f0c136489c0f6d04b6f9464f788c0afff496d (diff) | |
push
| -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"/> |
