I want to update the product quantity on hand from python code
I have tried to use
self.env['stock.quant']._update_available_quantity(product_id, company.internal_transit_location_id, qty)but quantity doesn't update
I want to update the product quantity on hand from python code
I have tried to use
self.env['stock.quant']._update_available_quantity(product_id, company.internal_transit_location_id, qty)but quantity doesn't update
Hi,
You can try with the below solution
self.env['stock.quant']._update_available_quantity(product_id, order_id.warehouse_id.lot_stock_id, 100)Thanks & Regards,Thanks
Hi Muhamed,
Can you please upvote this answer if you have enough Karma/Points?
Thanks & Regards
Luo tili jo tänään nauttiaksesi yksinoikeusominaisuuksista ja osallistuaksesi mahtavaan yhteisöömme!
Rekisteröidy| Aiheeseen liittyviä artikkeleita | Vastaukset | Näkymät | Toimenpide | |
|---|---|---|---|---|
|
1
marrask. 24
|
3827 | |||
|
1
elok. 21
|
3992 | |||
|
1
huhtik. 21
|
5731 | |||
|
0
huhtik. 21
|
4057 | |||
|
2
elok. 25
|
5674 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.