picking_dispatch: duplicating a delivery order will put the new stock move in the duplicated's dispatch
Bug #1281471 reported by
Guewen Baconnier @ Camptocamp
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Stock And Logistic Flows |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
If I create a picking A with:
- move A1
- move A2
And create a dispatch D with moves:
- A1
- A2
And I duplicate the picking A, so I have a picking B with:
- move B1
- move B2
Then the dispatch D contains now:
- A1
- A2
- B1
- B2
But it should contain:
- A1
- A2
Related branches
lp://staging/~camptocamp/stock-logistic-flows/7.0-picking_dispatch-duplicate-move-1281471
- Yannick Vaucher @ Camptocamp: Approve (code review)
- Alexandre Fayolle - camptocamp: Approve (code review, no test)
- Pedro Manuel Baeza: Approve (code review)
-
Diff: 18 lines (+8/-0)1 file modifiedpicking_dispatch/picking_dispatch.py (+8/-0)
Changed in stock-logistic-flows: | |
status: | New → Fix Released |
To post a comment you must log in.