diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2026-03-13 09:19:36 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2026-03-13 09:19:36 +0000 |
| commit | d75f7c11667e1aac776de1af9e6eeff90fed3c26 (patch) | |
| tree | e88fef86a0d46865e8bc47259634f989ae0424e0 | |
| parent | 8395e794fdf4f6a0e5bcd1e2c0725155c49ce319 (diff) | |
| parent | 6bd1655cde52bbd430552b9a9484a69a26ab58e2 (diff) | |
Merged in CR/Sourcing-Job (pull request #506)
<hafid> fix vendor purchase pricelist
| -rw-r--r-- | indoteknik_custom/models/sourcing_job_order.py | 1 |
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, }) |
