diff options
| -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 dbed9102..69902b63 100644 --- a/indoteknik_custom/report/purchase_report.xml +++ b/indoteknik_custom/report/purchase_report.xml @@ -106,7 +106,7 @@ </tr> <t t-if="line.product_id.website_description"> <tr> - <td colspan="5" style="background:#fafafa; border-left:1px solid #ccc; border-right:1px solid #ccc;"> + <td colspan="5" style="margin-top: 1rem; padding: 1rem; background:#fafafa; border-left:1px solid #ccc; border-right:1px solid #ccc;"> <div t-raw="line.product_id.website_description"/> </td> </tr> |
