diff options
| -rw-r--r-- | indoteknik_custom/report/purchase_report.xml | 15 |
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> |
