Repository
OCA/rma · module folder · Try on Runboat
Module version
1.1.1
Category
RMA
Folder size
0.03 MB
License
AGPL-3
Application
No
Auto-installable
Yes
Website
https://github.com/OCA/rma
Last tracking update
2026-08-07 08:42:51
Authors
Odoo Community Association (OCA), Tecnativa
Maintainers
Odoo Community Association (OCA), Tecnativa
Committers
Pedro M. Baeza, Víctor Martínez, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allows you to define the carrier for receipt in the RMA creation wizard from the sales order.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
sale_order_rma_wizard_form_view sale.order.rma.wizard.form sale.order.rma.wizard form Inherits rma_sale.sale_order_rma_wizard_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (4)
  • available_reception_carrier_ids Many2many → delivery.carrier
    comodel_name='delivery.carrier' compute='_compute_available_reception_carrier_ids'
  • company_id Many2one → res.company
    comodel_name='res.company' default=<expr>
  • reception_carrier_id Many2one → delivery.carrier
    comodel_name='delivery.carrier' domain="[('id', 'in', available_reception_carrier_ids)]" string='Reception Carrier'
  • rma_reception_strategy Selection
    related='company_id.rma_reception_strategy'
Public methods (0)

No public methods.