diff options
| author | AndriFP <113114423+andrifp@users.noreply.github.com> | 2025-09-15 14:45:43 +0700 |
|---|---|---|
| committer | AndriFP <113114423+andrifp@users.noreply.github.com> | 2025-09-15 14:45:43 +0700 |
| commit | 570087805ec46b8af7651187cfcf0ecef2733912 (patch) | |
| tree | dcdbe013de77cd696d9935d738f430641a911768 /indoteknik_custom/report | |
| parent | 2b61b810f5b12f32bf837ab34c12d832d0be12eb (diff) | |
(andri) rev penamaan surat dan doc
Diffstat (limited to 'indoteknik_custom/report')
| -rw-r--r-- | indoteknik_custom/report/report_surat_piutang.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/report/report_surat_piutang.xml b/indoteknik_custom/report/report_surat_piutang.xml index 4685f5a6..770aa535 100644 --- a/indoteknik_custom/report/report_surat_piutang.xml +++ b/indoteknik_custom/report/report_surat_piutang.xml @@ -9,6 +9,7 @@ <field name="report_type">qweb-pdf</field> <field name="report_name">indoteknik_custom.report_surat_piutang</field> <field name="report_file">indoteknik_custom.report_surat_piutang</field> + <field name="print_report_name">'%s - %s' % (object.perihal_label or '', object.partner_id.name or '')</field> <field name="binding_model_id" ref="model_surat_piutang"/> <field name="binding_type">report</field> </record> |
