diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-09-15 10:39:00 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-09-15 10:39:00 +0700 |
| commit | b7a7afa27f994962ea022f9d1fd34811dbbde9af (patch) | |
| tree | 8b0b55efd192f5c7ccce27b6b8b26510839597fd | |
| parent | 8b060ec7958991dbc6747cec771a663f18b96056 (diff) | |
psh
| -rw-r--r-- | indoteknik_custom/report/purchase_report.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/indoteknik_custom/report/purchase_report.xml b/indoteknik_custom/report/purchase_report.xml index 71f37ea1..481e480d 100644 --- a/indoteknik_custom/report/purchase_report.xml +++ b/indoteknik_custom/report/purchase_report.xml @@ -121,9 +121,7 @@ font-size:5px; line-height:1.4; "> - <div style="page-break-inside: avoid; white-space: normal;"> - <div t-raw="line.product_id.website_description"/> - </div> + <span t-field="line.product_id.website_description"/> </td> </tr> </t> |
