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