You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I have my PO generated with several receipts for different dates and I reduce quantities from purchase order line, odoo creates negative stock moves and therefore generates OUT. It works when the module is not active
I think the problem comes from a change in V16 with negative movements. As standard we have a single picking for a reception generally (except multi route), we can have several picking stocks. When a negative movement is sent Odoo tries to merge this movement with a similar movement in the same reception (this is why on a line it is able to reduce a qty as standard). Now, we probably have several pickings, so he doesn't know how to merge the move and he ends up with a negative move which generates an OUT (_action_confirm method)
To Reproduce
Affected versions: 16.0
Steps to reproduce the behavior:
Create a PO and confirm it
Split rows by modifying dates
Split again and decrease quantities
Expected behavior
It should not create an OUT, but it is perhaps not only linked to the module
The text was updated successfully, but these errors were encountered:
Module
Purchase Delivery Split Date
Describe the bug
When I have my PO generated with several receipts for different dates and I reduce quantities from purchase order line, odoo creates negative stock moves and therefore generates OUT. It works when the module is not active
I think the problem comes from a change in V16 with negative movements. As standard we have a single picking for a reception generally (except multi route), we can have several picking stocks. When a negative movement is sent Odoo tries to merge this movement with a similar movement in the same reception (this is why on a line it is able to reduce a qty as standard). Now, we probably have several pickings, so he doesn't know how to merge the move and he ends up with a negative move which generates an OUT (_action_confirm method)
To Reproduce
Affected versions: 16.0
Steps to reproduce the behavior:
Create a PO and confirm it
Split rows by modifying dates
Split again and decrease quantities
Expected behavior
It should not create an OUT, but it is perhaps not only linked to the module
The text was updated successfully, but these errors were encountered: