diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-09-26 14:26:46 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-09-26 14:26:46 +0700 |
| commit | 23b8dfa4a6bd56a80f13af700655166e6d7afce4 (patch) | |
| tree | 10c424059aededf83c6493fb1124fcba47f835b6 /indoteknik_custom/report | |
| parent | e449c1310f8a1e5a97f84f461dcb813a3b67a2b6 (diff) | |
push
Diffstat (limited to 'indoteknik_custom/report')
| -rw-r--r-- | indoteknik_custom/report/purchase_report.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indoteknik_custom/report/purchase_report.xml b/indoteknik_custom/report/purchase_report.xml index 23fa4d52..b29d87ba 100644 --- a/indoteknik_custom/report/purchase_report.xml +++ b/indoteknik_custom/report/purchase_report.xml @@ -99,6 +99,9 @@ <span style="font-weight:bold; margin-bottom:2px;"> <t t-esc="line_index + 1"/>. <t t-esc="line.product_id.display_name"/> </span> + <span style="font-size:12px; color:gray;"> + <t t-esc="line.name"/> + </span> </div> </td> |
