summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/purchase_order.py
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2024-06-18 13:13:08 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2024-06-18 13:13:08 +0700
commit18404c79a875afc31831ddd1ae2a419536216eb2 (patch)
tree0e0a532e2b1081820f131b8034adb9aa55a5b0b2 /indoteknik_custom/models/purchase_order.py
parent001aa772a6ff8f7eb1cf1688480f32a7d82ec45d (diff)
fix change request multi create uangmuka pembelian
Diffstat (limited to 'indoteknik_custom/models/purchase_order.py')
-rwxr-xr-xindoteknik_custom/models/purchase_order.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/purchase_order.py b/indoteknik_custom/models/purchase_order.py
index 16fb7cf8..7b0fa20c 100755
--- a/indoteknik_custom/models/purchase_order.py
+++ b/indoteknik_custom/models/purchase_order.py
@@ -59,6 +59,7 @@ class PurchaseOrder(models.Model):
sale_order = fields.Char(string='Sale Order')
matches_so = fields.Many2many('sale.order', string='Matches SO', compute='_compute_matches_so')
is_create_uangmuka = fields.Boolean(string='Uang Muka?')
+ move_id = fields.Many2one('account.move', string='Account Move')
def _compute_matches_so(self):
for po in self: