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