TIP: You can type at any time to perform a new search.
Route Planning Delivery Integration
route_planning_delivery · OCA/route-planning
- Repository
- OCA/route-planning · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Uncategorized
- Folder size
- 0.05 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- Yes
- Website
- https://github.com/OCA/route-planning
- Last tracking update
- 2026-07-31 05:14:12
- Authors
- Tecnativa, Odoo Community Association (OCA)
- Maintainers
- Tecnativa, Odoo Community Association (OCA)
- Committers
- Carlos Lopez, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- ortools
- System dependencies
- None
- Required by
- None
- Description
Compatibility with route_planning_stock and delivery.
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_choose_delivery_carrier_form |
view.choose.delivery.carrier.form | choose.delivery.carrier | form | Inherits delivery.choose_delivery_carrier_view_form |
view_order_form |
sale.order.form | sale.order | form | Inherits route_planning_sale_stock.view_order_form |
view_picking_form |
stock.picking.form | stock.picking | form | Inherits route_planning_stock.view_picking_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (1)
-
route_area_idMany2one → route.areacompute='_compute_route_area_id'readonly=Falsestore=True args: 'route.area'
-
button_confirm(self)
New fields (1)
-
delivery_typeSelectionondelete={'route_planning': 'set default'}selection_add=[('route_planning', 'Route Planning')]
-
route_planning_rate_shipment(self, order) -
route_planning_send_shipping(self, pickings)
New fields (1)
-
delivery_typeSelectionrelated='carrier_id.delivery_type'
No public methods.