diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-09-15 15:47:27 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-09-15 15:47:27 +0700 |
| commit | 4f5ecec0221d49b2626582438acd5b90d15c21b3 (patch) | |
| tree | 5bbd8f8511e65f447a33fcf81d3951b33d0f4b8a | |
| parent | f1af7fc1ccafea19653c03c272c2c64cd9c97218 (diff) | |
push
| -rw-r--r-- | indoteknik_custom/report/purchase_report.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indoteknik_custom/report/purchase_report.xml b/indoteknik_custom/report/purchase_report.xml index 4e1e7afb..6666235a 100644 --- a/indoteknik_custom/report/purchase_report.xml +++ b/indoteknik_custom/report/purchase_report.xml @@ -110,7 +110,7 @@ <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:40px; height:40px; object-fit:contain; border:1px solid #ddd; border-radius:6px; background:#fff;"/> + style="width:100px; height:100px; object-fit:contain; border:1px solid #ddd; border-radius:6px; background:#fff;"/> </td> </t> <!-- QTY --> @@ -137,7 +137,7 @@ <!-- WEBSITE DESCRIPTION --> <t t-if="line.product_id.website_description"> <tr t-attf-style="background-color: #{ '#fef5f5' if line_index % 2 == 0 else '#fffafa' }; "> - <td colspan="5" style="padding: 6px 12px; font-size:12px; line-height:1.3; font-style:italic; color:#555; border-left:1px solid #ccc; border-right:1px solid #ccc; border-bottom:1px solid #ccc;"> + <td colspan="6" style="padding: 10px 14px; font-size:12px; line-height:1.3; font-style:italic; color:#555; border-left:1px solid #ccc; border-right:1px solid #ccc; border-bottom:1px solid #ccc;"> <div t-raw="line.product_id.website_description"/> </td> </tr> |
