diff options
| author | AndriFP <113114423+andrifp@users.noreply.github.com> | 2025-09-11 09:34:25 +0700 |
|---|---|---|
| committer | AndriFP <113114423+andrifp@users.noreply.github.com> | 2025-09-11 09:34:25 +0700 |
| commit | 5ac20ba02d1791864ced47482c8b95920bfed31b (patch) | |
| tree | 94d5415842237ca76850b110656fb6f275bbe562 /indoteknik_custom/__manifest__.py | |
| parent | ac13214fcab7a580b7c9b80faec8cfef684c09aa (diff) | |
| parent | 142f1a37b0d73ea847345428acc4224ff6e49419 (diff) | |
(andri) fix merge
Diffstat (limited to 'indoteknik_custom/__manifest__.py')
| -rwxr-xr-x | indoteknik_custom/__manifest__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indoteknik_custom/__manifest__.py b/indoteknik_custom/__manifest__.py index b751b64e..f2145d0c 100755 --- a/indoteknik_custom/__manifest__.py +++ b/indoteknik_custom/__manifest__.py @@ -167,6 +167,7 @@ 'report/report_picking.xml', 'report/report_sale_order.xml', 'report/report_surat_piutang.xml', + 'report/purchase_report.xml', 'views/vendor_sla.xml', 'views/coretax_faktur.xml', 'views/public_holiday.xml', @@ -181,6 +182,7 @@ 'views/unpaid_invoice_view.xml', 'views/letter_receivable.xml', 'views/letter_receivable_mail_template.xml' + # 'views/reimburse.xml', ], 'demo': [], 'css': [], |
