summaryrefslogtreecommitdiff
path: root/indoteknik_custom
diff options
context:
space:
mode:
authorHafidBuroiroh <hafidburoiroh09@gmail.com>2026-03-13 16:13:34 +0700
committerHafidBuroiroh <hafidburoiroh09@gmail.com>2026-03-13 16:13:34 +0700
commit6bd1655cde52bbd430552b9a9484a69a26ab58e2 (patch)
treee88fef86a0d46865e8bc47259634f989ae0424e0 /indoteknik_custom
parent30587541325488291531f00e8a0696e5ca70bbaa (diff)
<hafid> fix vendor purchase pricelist
Diffstat (limited to 'indoteknik_custom')
-rw-r--r--indoteknik_custom/models/sourcing_job_order.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/sourcing_job_order.py b/indoteknik_custom/models/sourcing_job_order.py
index ece5ef2b..e6a177f8 100644
--- a/indoteknik_custom/models/sourcing_job_order.py
+++ b/indoteknik_custom/models/sourcing_job_order.py
@@ -858,6 +858,7 @@ class SourcingJobOrderLine(models.Model):
"product_id": product.id,
"product_uom_qty": rec.quantity or 1,
"purchase_price": rec.price or 0,
+ "purchase_tax_id": rec.tax_id.id or 0,
"name": rec.product_name_md,
"vendor_id": rec.vendor_id.id,
})