summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2025-09-15 09:50:20 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2025-09-15 09:50:20 +0700
commit3d2756e8e545bacf2e76c23f71d67a54e754934a (patch)
tree57772d397173f258e0dec87187edead490a2d788
parent39bca2079f66d1fb6219616ab984eaa903c477bf (diff)
push po report
-rw-r--r--indoteknik_custom/report/purchase_report.xml15
1 files changed, 5 insertions, 10 deletions
diff --git a/indoteknik_custom/report/purchase_report.xml b/indoteknik_custom/report/purchase_report.xml
index ccb6cd40..fbdfd764 100644
--- a/indoteknik_custom/report/purchase_report.xml
+++ b/indoteknik_custom/report/purchase_report.xml
@@ -109,7 +109,9 @@
<!-- Tambah jarak + border atas buat deskripsi -->
<t t-if="line.product_id.website_description">
<tr style="page-break-inside: avoid;">
- <td colspan="5"
+ <td style="border:1px solid #ccc; padding:4px; text-align:right;">
+ <span t-field="line.product_id.website_description"/>
+ <!-- <td colspan="5"
style="
padding:10px 12px;
font-size:11px;
@@ -117,15 +119,8 @@
border:1px solid #ccc;
border-top:0;
page-break-inside: avoid;
- ">
- <div style="
- white-space: normal;
- line-height:1.5;
- margin-top:4px;
- page-break-inside: avoid;
- ">
- <div t-raw="line.product_id.website_description"/>
- </div>
+ "> -->
+ <!-- <div t-raw="line.product_id.website_description"/> -->
</td>
</tr>
</t>