TIP: You can type at any time to perform a new search.
Route Planning RMA Integration
route_planning_rma · 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-09-07 17:13:46
- Authors
- Odoo Community Association (OCA), Tecnativa
- Maintainers
- Odoo Community Association (OCA), Tecnativa
- Committers
- Víctor Martínez, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- ortools
- System dependencies
- None
- Required by
- None
- Description
The route area (reception and delivery) is added to the RMA form so that it applies to the pickings that are generated. The reception route area is added to the return wizard for an outgoing picking if an RMA is to be created. The reception route area is added to the wizard for creating an RMA from another RMA.
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
rma_rma_wizard_form_view |
rma.rma.wizard | form | Inherits rma.rma_rma_wizard_form_view | |
rma_view_form |
rma.view.form | rma | form | Inherits rma.rma_view_form |
view_stock_return_picking_form |
stock.return.picking | form | Inherits rma.view_stock_return_picking_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (6)
New fields (2)
-
reception_route_area_idMany2one → route.areacomodel_name='route.area'inverse='_inverse_reception_route_area_id'string='Reception route area' -
route_area_idMany2one → route.areacomodel_name='route.area'compute='_compute_route_area_id'inverse='_inverse_route_area_id'readonly=Falsestore=Truestring='Delivery route area'
-
onchange_reception_route_area_id(self)@api.onchange('reception_route_area_id')
New fields (1)
-
reception_route_area_idMany2one → route.areacomodel_name='route.area'string='Reception route area'
-
default_get(self, fields_list)@api.model
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (1)
-
reception_route_area_idMany2one → route.areacomodel_name='route.area'string='Reception route area'
-
default_get(self, fields)@api.model
New fields (0)
No new fields.
Public methods (0)No public methods.