-
-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[16.0][ADD] shipment_advice_planner #106
[16.0][ADD] shipment_advice_planner #106
Conversation
This module is used to plan ready transfers in shipment advices. As this is the base module, it provides only a simple: Transfers are grouped to have a single shipment advice by warehouse. [IMP] shipment_advice_planner: Add init script [FIX] - shipment_advice_planner: fix typo [FIX] - group pickings to plan by picking type instead of the warehouse [IMP] - shipment_advice_planner: add search for can_be_planned_in_shipment_advice field [IMP] shipment_advice_planner: shipment advice is created confirmed and arrival and departure date [IMP] - shipment_advice_planner: add unit tests [IMP] shipment_advice_planner: add author & maintainer Co-authored-by: Jacques-Etienne Baudoux <je@bcim.be> [IMP] add depends_context to _compute_picking_to_plan_ids
Original PR already approved /ocabot merge nobump |
Hey, thanks for contributing! Proceeding to merge this for you. |
Congratulations, your PR was merged at d3ccd61. Thanks a lot for contributing to OCA. ❤️ |
@simahawk a little bit cavalier to come on the PR late and self-do the whole thing. Nevertheless, thanks for this |
@rousseldenis Yeah, sorry... I'm in touch w/ @jbaudoux and I've got confirmation of the approval and of the minor glitches... Same for OCA/wms#560 😉 In the end, I'm just trying to make everybody happy here w/o annoying you guys as much as possible 😅 |
@simahawk Yeah I know. But you are aware too we are currently maintaining the whole v16 stack. You should have waited some time. |
This module is used to plan ready transfers in shipment advices.
As this is the base module, it provides only a simple: Transfers are grouped to have a single shipment advice by warehouse.
Replaces #88 just to address some minor comments and move fwd w/ the merge faster.