diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-02-01 08:54:56 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-02-01 08:54:56 +0700 |
| commit | e698f0fb7f0ca1af02fd242e311ef30a6923c0b0 (patch) | |
| tree | 7d1271c6a85f52a0c8ea6a5dc025a29680ec5c3f | |
| parent | 61106232cf4563d1d59dad97833f2c3ed2f36298 (diff) | |
trying to fix error requisition
| -rw-r--r-- | indoteknik_custom/models/requisition.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/requisition.py b/indoteknik_custom/models/requisition.py index ec369777..6fe65f5e 100644 --- a/indoteknik_custom/models/requisition.py +++ b/indoteknik_custom/models/requisition.py @@ -100,6 +100,7 @@ class Requisition(models.Model): 'product_id': product.id, 'product_qty': line.qty_purchase, 'product_uom_qty': line.qty_purchase, + 'product_uom_qty': product.uom_po_id.id, 'price_unit': line.price_unit, 'taxes_id': tax, } |
