diff options
| author | FIN-IT_AndriFP <it@fixcomart.co.id> | 2025-09-19 14:05:47 +0700 |
|---|---|---|
| committer | FIN-IT_AndriFP <it@fixcomart.co.id> | 2025-09-19 14:05:47 +0700 |
| commit | 2f1673133969bf72268ab61e186a28732d8f5439 (patch) | |
| tree | 1752312cd95033823e2e3917e2378083f126a976 /indoteknik_custom/report | |
| parent | ef5418ec79e17a4b233e6ea51ba66126a97ab0eb (diff) | |
| parent | b07468846b95803f21b81191013651fac2d9adb4 (diff) | |
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into stj-po
Diffstat (limited to 'indoteknik_custom/report')
| -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 dd19340d..9ff7e718 100644 --- a/indoteknik_custom/report/purchase_report.xml +++ b/indoteknik_custom/report/purchase_report.xml @@ -9,7 +9,7 @@ <field name="report_name">indoteknik_custom.report_purchaseorder_website</field> <field name="report_file">indoteknik_custom.report_purchaseorder_website</field> <field name="print_report_name"> - ('PO - %s - %s' % (object.partner_id.name, object.name)) + ('%s - %s' % (object.name, object.partner_id.name)) </field> <field name="binding_model_id" ref="purchase.model_purchase_order"/> <field name="binding_type">report</field> |
