What it does
This module bridges viin_fleet_planning / viin_fleet_booking and viin_web_map to visualize dispatched trips on an interactive web map inside Viindoo/Odoo - right where operators and drivers already work, with no separate map menu to hunt for.
It adds:
- A Map entry in the view switcher of the existing Trips screens (Planning, Trips Confirmed, Trips in Operation, Trips Done) so operators see trips with numbered stop markers and the routed (or straight-line) path between them, without leaving their normal workflow.
- A View on Map button inside the driver's "My Trips" screen, opening a read-only map of the driver's own trip - no separate menu, no edit affordance.
Key Features
- Trip Map in the Trips Switchers
- Adds a Viindoo Map (viin_map) view to the switcher of the Planning / Trips Confirmed / Trips in Operation / Trips Done actions, plus the Dispatch Board (secondary, direct-link path).
- Renders the trip's polyline (or a straight line between stops when no polyline exists yet).
- Marker popups show the trip reference, driver, status and mapping address.
- Driver Read-Only Trip Map
- A View on Map button inside "My Trips" opens a map-only action (no list/form) for the driver's own confirmed/in-progress trips - the map has no edit affordance.
Built on viin_web_map
- Leverages the generic viin_web_map infrastructure and viin_map view type.
- Does not modify viin_web_map, viin_fleet_planning or viin_fleet_booking - purely additive bridge.
Editions Supported
- Community Edition
- Enterprise Edition
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Employees (hr)
• Discuss (mail) • Fleet (fleet) |
| Community Apps Dependencies | Show |
| Lines of code | 19113 |
| Technical Name |
viin_fleet_planning_map |
| License | OPL-1 |
| Website | https://viindoo.com/apps/app/17.0/viin_fleet_planning_map |
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