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-14 17:17:08
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
Route Area Delivery Compatibility with RMA.

The "Delivery route area" and "Reception route area" fields will be
displayed (in the RMA form and wizards) only if the selected carrier
is of the "Route Planning" type (as explained in route_planning_delivery);
in that case, it will be mandatory to define a route area.

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
rma_choose_delivery_carrier_form_view rma.choose.delivery.carrier form Inherits rma_delivery.rma_choose_delivery_carrier_form_view
rma_rma_wizard_form_view rma.rma.wizard form Inherits route_planning_rma.rma_rma_wizard_form_view
rma_view_form rma.view.form rma form Inherits route_planning_rma.rma_view_form
view_stock_return_picking_form stock.return.picking form Inherits route_planning_rma.view_stock_return_picking_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (5)

New fields (2)
  • carrier_delivery_type Selection
    related='carrier_id.delivery_type' string='Carrier delivery type'
  • reception_carrier_delivery_type Selection
    related='reception_carrier_id.delivery_type' string='Reception carrier delivery type'
Public methods (0)

No public methods.

New fields (2)
  • delivery_type Selection
    related='carrier_id.delivery_type'
  • route_area_id Many2one → route.area
    comodel_name='route.area' string='Route area'
Public methods (2)
  • default_get(self, fields_list)
    @api.model
  • onchange_carrier_id(self)
    @api.onchange('carrier_id')

New fields (1)
  • delivery_type Selection
    related='reception_carrier_id.delivery_type'
Public methods (0)

No public methods.

New fields (1)
  • reception_carrier_delivery_type Selection
    related='reception_carrier_id.delivery_type'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.