diff options
| -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> |
