Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
1422 มุมมอง

Hello,

In Odoo 11, due to incorrect script (now corrected), I have, for some product.template the field outgoing_qty which have a wrong value. It should be zero but it is -1500.

The quantities on hand and reserved are zero.

I don't know how to correct this problem.

Best regards,

Boris Giordanengo

อวตาร
ละทิ้ง

The outgoing_qty field in product is a computed field so you can check the _compute_quantities compute method code and see the logic for outgoing_qty calculation and you will be able to solve it.

ผู้เขียน

Thanks Waleed Ali Mohsen. I will try.

ผู้เขียน คำตอบที่ดีที่สุด

I found the solution: suppress the incorrect stock.moves

อวตาร
ละทิ้ง