Michael Tietz
Michael Tietz
Changes: **_onchange_partner_id:** Before the order_id was always set to False Now it's only set to False if there is no partner selected or the selected order_id.partner_id is not a child...
If a shipment advice gets closed, no matter if it is outgoing or incoming. There should be no open move linked to a closed advice.
https://github.com/OCA/stock-logistics-warehouse/blob/b3cb9792c5514464567512008ba1a105525bf619/stock_available_mrp/models/product_product.py#L90 Hey @rousseldenis @lmignon @guewen maybe someone of you can help me here. I quite don't understand why the implementation for `potential_qty` and `immediately_usable_qty` for products with kit bom, is...
Add and set field product_qty_remains_to_deliver by sql. On a big database with already a lot sale.order.lines the computation of `product_qty_remains_to_deliver` takes too long. therefore it would now be done via...
supersedes https://github.com/OCA/wms/pull/566
Ensure that the destination gets also set on the move. When a move is created within the single pack or single product transfer scenario, the move ends up with the...
FWP of #973 cc @jbaudoux