diff options
| author | Mqdd <ahmadmiqdad27@gmail.com> | 2025-12-12 10:36:08 +0700 |
|---|---|---|
| committer | Mqdd <ahmadmiqdad27@gmail.com> | 2025-12-12 10:36:08 +0700 |
| commit | 14027be3f4e607b149b4c449365ef2305f7946de (patch) | |
| tree | 5c19293be4ff10d55e44214c06a85b633fabe2ac | |
| parent | 7d7dafff9996f7ed7de731a6c1498a5ff72ebb89 (diff) | |
| parent | f698c5a3be452094588f8db5f7d3603f7a1b2e41 (diff) | |
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into odoo-backup
merge
| -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 d3509720..8785a7cf 100644 --- a/indoteknik_custom/report/purchase_report.xml +++ b/indoteknik_custom/report/purchase_report.xml @@ -106,7 +106,7 @@ <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-if="line.product_id.id in [114360, 595346]"> <t t-esc="line.name"/> </t> <t t-else=""> |
