From 8ebc34a141841ed5d2c794c3b13b5db08ab673cf Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Mon, 20 Mar 2023 10:39:08 +0700 Subject: add info uang muka penjualan --- indoteknik_custom/models/invoice_reklas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indoteknik_custom/models/invoice_reklas.py b/indoteknik_custom/models/invoice_reklas.py index 43736059..70469b72 100644 --- a/indoteknik_custom/models/invoice_reklas.py +++ b/indoteknik_custom/models/invoice_reklas.py @@ -46,7 +46,7 @@ class InvoiceReklas(models.TransientModel): if self.reklas_type == 'penjualan': parameter_debit = { 'move_id': account_move.id, - 'account_id': 449, + 'account_id': 449, # uang muka penjualan 'partner_id': invoice.partner_id.id, 'currency_id': 12, 'debit': self.pay_amt, -- cgit v1.2.3