解决 采购入库到具体库位的数量显示不对 问题
This commit is contained in:
@@ -838,7 +838,7 @@ class Sf_stock_move_line(models.Model):
|
|||||||
if obj:
|
if obj:
|
||||||
obj.product_id = record.product_id.id
|
obj.product_id = record.product_id.id
|
||||||
# obj.location_status = '占用'
|
# obj.location_status = '占用'
|
||||||
obj.product_num += record.reserved_uom_qty
|
obj.product_num += record.qty_done
|
||||||
|
|
||||||
@api.onchange('destination_location_id')
|
@api.onchange('destination_location_id')
|
||||||
def _check_destination_location_id(self):
|
def _check_destination_location_id(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user