-
- Downloads
[IMP] purchase_stock: add test
A commit [1] has recently be added to fix an issue. It actually fixes another issue too: 1. Create a product P - Storable - With one packaging PK for 10 x P 2. Create and confirm a PO - Order Lines: - 10 x P with PK 3. On the PO, decrease the quantity of P to 8 Without [1], a return is created for the difference. With [1], the existing picking is correctly updated. This commit adds a test to protect the use case. [1] 20fa7c6f OPW-3027110 closes odoo/odoo#105430 Signed-off-by:William Henrotin (whe) <whe@odoo.com>
Please register or sign in to comment