diff options
| author | FIN-IT_AndriFP <it@fixcomart.co.id> | 2025-09-22 10:42:13 +0700 |
|---|---|---|
| committer | FIN-IT_AndriFP <it@fixcomart.co.id> | 2025-09-22 10:42:13 +0700 |
| commit | 5319325fb717b0fa452ba305cfdb661c3b9de15a (patch) | |
| tree | 62a960de6d29b6de9b61cf03a664e3148d19d8e3 /indoteknik_custom/report | |
| parent | ea99289777a3887739a03a54cb292e8fe8067d99 (diff) | |
| parent | 84bfce78983a3bac22e647740aeeda2e88426310 (diff) | |
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into form-sp
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> |
