diff options
| author | Mqdd <ahmadmiqdad27@gmail.com> | 2025-11-25 08:59:41 +0700 |
|---|---|---|
| committer | Mqdd <ahmadmiqdad27@gmail.com> | 2025-11-25 08:59:41 +0700 |
| commit | 1e10f5149dcd753018b919aa9fac5e54c81a533c (patch) | |
| tree | 4e561a147c6250b7d4eb41bb8bce500eee0014bd /indoteknik_custom/report/purchase_report.xml | |
| parent | bb2be920076aabc49b4f9fdd896d14e096e633eb (diff) | |
| parent | 61aabd2a7be015a19d9a16d8e160f5a3c3c6efaf (diff) | |
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into locator_mqddlocator_mqdd
merge
Diffstat (limited to 'indoteknik_custom/report/purchase_report.xml')
| -rw-r--r-- | indoteknik_custom/report/purchase_report.xml | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/indoteknik_custom/report/purchase_report.xml b/indoteknik_custom/report/purchase_report.xml index 208e6472..c51ddc96 100644 --- a/indoteknik_custom/report/purchase_report.xml +++ b/indoteknik_custom/report/purchase_report.xml @@ -61,9 +61,10 @@ <td style="width:50%; border:1px solid #ccc; border-radius:8px; padding:10px; background:#fcfcfc; vertical-align:top;"> <strong style="color:#d32f2f;">Alamat Pengiriman</strong><br/> PT. Indoteknik Dotcom Gemilang<br/> - Jl. Bandengan Utara Komp A 8 B - RT. Penjaringan, Kec. Penjaringan, Jakarta - (BELAKANG INDOMARET)<br/> + Jl. Bandengan Utara Komp A 8 B RT. + Penjaringan, Kec. Penjaringan, Jakarta + (BELAKANG INDOMARET) + <br/> Daerah Khusus Ibukota Jakarta 14440 </td> <td style="width:50%; border:1px solid #ccc; border-radius:8px; padding:10px; background:#fcfcfc; vertical-align:top;"> @@ -97,10 +98,16 @@ <!-- 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-esc="line.name"/> - <!-- <t t-esc="line_index + 1"/>. <t t-esc="line.product_id.display_name"/> --> + <t t-esc="line_index + 1"/>. + <t t-if="line.product_id.id == 114360"> + <t t-esc="line.name"/> + </t> + <t t-else=""> + <t t-esc="line.product_id.display_name"/> + </t> </span> </div> + </td> <td style="border:1px solid #ccc; padding:6px; text-align:center;"> |
