diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-06-18 11:41:53 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-06-18 11:41:53 +0700 |
| commit | 001aa772a6ff8f7eb1cf1688480f32a7d82ec45d (patch) | |
| tree | d54143a1e420e7ef62b98e14434203051264480e /indoteknik_custom/models/purchase_order_multi_uangmuka.py | |
| parent | b5b115176d5f69f4732c0ad64f24d19c82c7bbdb (diff) | |
change request multi create uangmuka pembelian
Diffstat (limited to 'indoteknik_custom/models/purchase_order_multi_uangmuka.py')
| -rw-r--r-- | indoteknik_custom/models/purchase_order_multi_uangmuka.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/purchase_order_multi_uangmuka.py b/indoteknik_custom/models/purchase_order_multi_uangmuka.py index 3ab3a050..e0f80b1a 100644 --- a/indoteknik_custom/models/purchase_order_multi_uangmuka.py +++ b/indoteknik_custom/models/purchase_order_multi_uangmuka.py @@ -115,6 +115,7 @@ class PurchaseOrderMultiUangmuka(models.TransientModel): order.is_create_uangmuka = True + order.invoice_ids = [account_move.id] param_credit = { 'move_id': account_move.id, 'account_id': self.account_id.id, # bank in transit |
