diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-09-15 09:20:32 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-09-15 09:20:32 +0700 |
| commit | f5a59c79236fb24ef07ba7e337b1d9d4617fe162 (patch) | |
| tree | f610fd5034cdb033f892489ec0f4e3e789206989 | |
| parent | b1ed808b9b21187afe89bf5a44ecf635132d51da (diff) | |
push po report
| -rw-r--r-- | indoteknik_custom/report/purchase_report.xml | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/indoteknik_custom/report/purchase_report.xml b/indoteknik_custom/report/purchase_report.xml index cd8af78a..88c37969 100644 --- a/indoteknik_custom/report/purchase_report.xml +++ b/indoteknik_custom/report/purchase_report.xml @@ -58,14 +58,14 @@ <!-- VENDOR & DELIVERY --> <table style="width:100%; margin-bottom:24px; border-collapse:separate; border-spacing:16px 0;"> <tr> - <td style="width:50%; border:1px solid #ccc; padding:8px; vertical-align:top;"> + <td style="width:100%; border:1px solid #ccc; padding:8px; vertical-align:top;"> <strong>Alamat Pengiriman:</strong><br/> PT Indoteknik (Bandengan 1 Depan)<br/> Jl. Bandengan Utara Komp A 8 B<br/> RT. Penjaringan, Kec. Penjaringan, Jakarta (BELAKANG INDOMARET)<br/> JK 14440 - Indonesia </td> - <td style="width:50%; border:1px solid #ccc; padding:8px; vertical-align:top;"> + <td style="width:100%; border:1px solid #ccc; padding:8px; vertical-align:top;"> <strong>Nama Vendor:</strong><br/> <span t-field="doc.partner_id.name"/><br/> <span t-field="doc.partner_id.street"/><br/> @@ -106,8 +106,20 @@ </tr> <t t-if="line.product_id.website_description"> <tr> - <td colspan="5" style="padding:8px 12px; font-size:11px; background:#fafafa; border-left:1px solid #ccc; border-right:1px solid #ccc;"> - <div t-raw="line.product_id.website_description"/> + <td colspan="5" + style=" + padding:8px 12px; + font-size:11px; + background:#fafafa; + border-left:1px solid #ccc; + border-right:1px solid #ccc; + border-bottom:1px solid #ccc; + border-top:1px solid #ccc; + page-break-inside: avoid; + "> + <div style="white-space: normal; line-height:1.4;"> + <div t-raw="line.product_id.website_description"/> + </div> </td> </tr> </t> |
