summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2025-09-15 10:47:48 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2025-09-15 10:47:48 +0700
commit8998109e80d919af0c95759d95b856bc3f997970 (patch)
tree12fb9601fa80b28d36d4d97f69ff2c37bdec5099
parentea87cb3c309e68a63538f2fcda1e4b627d689bf0 (diff)
push
-rw-r--r--indoteknik_custom/report/purchase_report.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/indoteknik_custom/report/purchase_report.xml b/indoteknik_custom/report/purchase_report.xml
index 1f76910b..7bea64c6 100644
--- a/indoteknik_custom/report/purchase_report.xml
+++ b/indoteknik_custom/report/purchase_report.xml
@@ -109,16 +109,17 @@
<!-- Row deskripsi -->
<t t-if="line.product_id.website_description">
- <tr style="page-break-inside: avoid; padding:1rem;">
+ <tr style="page-break-inside: avoid; padding:14px 20px;">
<td colspan="5"
style="
border-left:1px solid #ccc;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
border-top:0;
- padding:1rem;
+ padding:14px 20px;
background:#fafafa;
font-size:0.9rem;
+ line-height:1.4;
">
<span t-field="line.product_id.website_description"/>
</td>