-
-
Notifications
You must be signed in to change notification settings - Fork 126
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] - add shipment_advice_planner_toursolver #91
[16.0][ADD] - add shipment_advice_planner_toursolver #91
Conversation
1c8957a
to
48e02ad
Compare
shipment_advice_planner_toursolver/models/toursolver_backend.py
Outdated
Show resolved
Hide resolved
shipment_advice_planner_toursolver/models/toursolver_backend.py
Outdated
Show resolved
Hide resolved
shipment_advice_planner_toursolver/models/toursolver_delivery_week_day.py
Outdated
Show resolved
Hide resolved
shipment_advice_planner_toursolver/models/toursolver_resource.py
Outdated
Show resolved
Hide resolved
15e8696
to
81d53f3
Compare
353d7b7
to
5318df2
Compare
shipment_advice_planner_toursolver/models/res_config_settings.py
Outdated
Show resolved
Hide resolved
shipment_advice_planner_toursolver/views/res_config_settings.xml
Outdated
Show resolved
Hide resolved
shipment_advice_planner_toursolver/demo/toursolver_resource.xml
Outdated
Show resolved
Hide resolved
shipment_advice_planner_toursolver/views/toursolver_resource.xml
Outdated
Show resolved
Hide resolved
shipment_advice_planner_toursolver/views/toursolver_backend.xml
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (Code review + functional)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A little change
6a3ca36
to
aea9ba2
Compare
8f6b40d
to
d11dc36
Compare
81a0b70
to
f520def
Compare
048a073
to
6d14d2f
Compare
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
68305b5
to
eaf6906
Compare
ready to merge |
This PR has the |
01ce5d8
to
0de7ce5
Compare
This module extend the shipment advice planner engine to add a new planning method based on geo-localization. It uses the GEOCONCEPT solution called TourSolver to plan the shipment advices according to the location of the customers by calculating the best route according to the available resources. [IMP] - depends on base_time_window [IMP] - add backend options as property field [IMP] - improve UI and readme [IMP] - add picking rank [FIX] - add vcrpy-unittest to test-requirements.txt [FIX] - group pickings to plan by picking type instead of the warehouse [IMP] shipment_advice_planner_toursolver : fr translations [IMP] add vcrpy-unittest [FIX] - fix typo [IMP] - allow toursolver task cancel [IMP] - raise an exception if the toursolver backend is not configured [IMP] - group system can delete toursolver tasks [FIX] - don't copy toursolver task when duplicating a picking [IMP] show toursolver rank in toursolver task [IMP] add search for can_be_planned_in_shipment_advice [IMP] shipment_advice_planner_toursolver: add unit tests [IMP] allow more info in toursolver task name
0de7ce5
to
936be4f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code review. In production for months
/ocabot merge nobump |
On my way to merge this fine PR! |
Congratulations, your PR was merged at 1d9064c. Thanks a lot for contributing to OCA. ❤️ |
This module extend the shipment advice planner engine to add a new planning
method based on geo-localization. It uses the GEOCONCEPT solution called
TourSolver to plan the shipment advices according to the location of the customers
by calculating the best route according to the available resources.