| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Contacts (contacts)
• Discuss (mail) |
| Community Apps Dependencies | Show |
| Lines of code | 2166 |
| Technical Name |
dom_visit_route |
| License | OPL-1 |
| Website | https://demo18.domiup.com |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Contacts (contacts)
• Discuss (mail) |
| Community Apps Dependencies | Show |
| Lines of code | 2166 |
| Technical Name |
dom_visit_route |
| License | OPL-1 |
| Website | https://demo18.domiup.com |
Partner Visit Route
This module adds visit route planning for Odoo Contacts.
It introduces a new route model that groups a list of partners to visit and computes a practical visit sequence based on:
- Partner coordinates
- Appointment time when provided
- Estimated travel distance
- Estimated travel duration from a configurable average speed
Each route stores detailed stop information such as:
- Visit sequence
- Travel duration
- Arrival time
- Visit start time
- Departure time
- Route status and skipped stops
The module also extends the DOM Map View experience so a route can be reviewed on a map with numbered stops, a visual path between addresses, and a sidebar showing timing details for each visit.
Live preview is always available for you to have a look.
Using these login accounts to experience the features
| Login | Password | Role |
|---|---|---|
| demo | demo | Manager |
Table of contents
Configuration
Before computing routes, make sure the users and contacts involved have usable geolocation data.
Recommended configuration:
- Install base_geolocalize so partners can store partner_latitude and partner_longitude.
- Configure a geolocation provider in Odoo if you want missing coordinates to be filled automatically during route computation.
The current implementation uses an internal heuristic based on coordinates and appointment priority. It does not call an external road routing engine such as OSRM or OpenRouteService.
Usage
- Install dom_visit_route.
- Open Contacts.
- In the partner list view, select the partners you want to visit.
- Use the Create Visit Route contextual action.
- Review the generated route and adjust:
- departure partner
- departure datetime
- average speed
- appointment datetime on each stop
- visit duration on each stop
- Click Compute Route to recompute the visit sequence.
- Click Open Map to review the route on the customized map view.
What the route computation produces:
- Partner to visit
- Visit sequence
- Travel distance
- Travel duration
- Arrival time
- Visit start time
- Departure time to the next stop
If a stop has no coordinates and cannot be geolocated automatically, it is kept on the route as Skipped and a note explains why it was not planned.
The route map shows:
- Numbered markers for each planned stop
- A path between stops
- A sidebar with address and timing details
- Standard record opening from the popup
Explore our Map View related modules on the Odoo App Store
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module