mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
@@ -38,7 +38,7 @@ def pre_init_hook(cr):
|
||||
product_uom_qty * pp.volume
|
||||
END
|
||||
from reserved_qty_by_move
|
||||
join product_product pp on pp.id = product_id
|
||||
join product_product pp on pp.id = reserved_qty_by_move.product_id
|
||||
where
|
||||
stock_move.id = reserved_qty_by_move.move_id
|
||||
and state not in ('done', 'cancel')
|
||||
|
||||
Reference in New Issue
Block a user