diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-09-15 14:30:12 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-09-15 14:30:12 +0700 |
| commit | a7baa3c7f42d33064039cdea7ce6d3ae6d515f81 (patch) | |
| tree | 58ba8ab9a49407fa28b32e1913937a457b0434d6 | |
| parent | 59115214600bedab111baa556be7f410893faec9 (diff) | |
push
| -rw-r--r-- | indoteknik_custom/report/purchase_report.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/report/purchase_report.xml b/indoteknik_custom/report/purchase_report.xml index 333b807a..f3d203fc 100644 --- a/indoteknik_custom/report/purchase_report.xml +++ b/indoteknik_custom/report/purchase_report.xml @@ -105,7 +105,7 @@ </tr> <t t-if="line.product_id.website_description"> <tr t-attf-style="background-color: #{ '#fef5f5' if line_index % 2 == 0 else '#fffafa' };"> - <td colspan="5" style="padding: 8px 12px; font-size:13px; font-style:italic; color:#555; border-left:1px solid #ccc; border-right:1px solid #ccc; border-bottom:1px solid #ccc;"> + <td colspan="5" style="padding: 8px 12px; font-size:9px; font-style:italic; color:#555; border-left:1px solid #ccc; border-right:1px solid #ccc; border-bottom:1px solid #ccc;"> <div t-raw="line.product_id.website_description"/> </td> </tr> |
