-
- Downloads
[FIX] mrp: Wrong replenishment order notification
On the commit 69dcdd41, the order='create_date desc' was removed and the way of getting the MO for the notification changed. Now, the context is used, it should be written_after instead of written_date. (The MO created is correct, only the notification is wrong) OPW-2877457 closes odoo/odoo#96821 X-original-commit: b80287b2 Signed-off-by:William Henrotin (whe) <whe@odoo.com>
Showing
- addons/mrp/models/stock_orderpoint.py 1 addition, 1 deletionaddons/mrp/models/stock_orderpoint.py
- addons/purchase_stock/models/stock.py 1 addition, 1 deletionaddons/purchase_stock/models/stock.py
- addons/stock/models/stock_orderpoint.py 1 addition, 1 deletionaddons/stock/models/stock_orderpoint.py
Please register or sign in to comment