diff options
| author | Mqdd <ahmadmiqdad27@gmail.com> | 2025-12-15 13:31:39 +0700 |
|---|---|---|
| committer | Mqdd <ahmadmiqdad27@gmail.com> | 2025-12-15 13:31:39 +0700 |
| commit | 18d1a2c15b6cf198b275d80596f52cc44da00e3e (patch) | |
| tree | af8efe03013711afb0bda2d34275aa4dea44a641 /indoteknik_custom/report | |
| parent | 097f53b8cb0b2c39fb14f5f3a665410df2c7ebf3 (diff) | |
| parent | 52066bed7e68757247e17ec89d31959247991595 (diff) | |
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into cr_renca_find
merge
Diffstat (limited to 'indoteknik_custom/report')
| -rw-r--r-- | indoteknik_custom/report/purchase_report.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indoteknik_custom/report/purchase_report.xml b/indoteknik_custom/report/purchase_report.xml index d3509720..54ac6193 100644 --- a/indoteknik_custom/report/purchase_report.xml +++ b/indoteknik_custom/report/purchase_report.xml @@ -105,8 +105,8 @@ <!-- TEKS --> <div style="display:flex; flex-direction:column; flex:1;"> <span style="font-weight:bold; margin-bottom:2px;"> - <t t-esc="line_index + 1"/>. - <t t-if="line.product_id.id == 114360"> + <t t-esc="line_index + 1"/>. + <t t-if="line.product_id.id in [114360, 595346, 610166]"> <t t-esc="line.name"/> </t> <t t-else=""> |
