summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/purchase_order_multi_uangmuka.py
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2025-01-24 13:42:27 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2025-01-24 13:42:27 +0700
commit1dd6174e739bb81c651ead6749200fcd09190ddc (patch)
treed26fcfc40a3491f1c44c50fec0410ef12e0319cc /indoteknik_custom/models/purchase_order_multi_uangmuka.py
parent487b73d5a9e0f0c0b8cde152dc5fb1b90f34ec3f (diff)
cr account id
Diffstat (limited to 'indoteknik_custom/models/purchase_order_multi_uangmuka.py')
-rw-r--r--indoteknik_custom/models/purchase_order_multi_uangmuka.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/purchase_order_multi_uangmuka.py b/indoteknik_custom/models/purchase_order_multi_uangmuka.py
index dd63e698..0570efd9 100644
--- a/indoteknik_custom/models/purchase_order_multi_uangmuka.py
+++ b/indoteknik_custom/models/purchase_order_multi_uangmuka.py
@@ -76,7 +76,7 @@ class PurchaseOrderMultiUangmuka(models.TransientModel):
param_debit = {
'move_id': account_move.id,
- 'account_id': 401, # uang muka persediaan barang dagang
+ 'account_id': 669, # uang muka persediaan barang dagang
'partner_id': partner_id,
'currency_id': 12,
'debit': order.amount_total,