| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/rma |
| GIT | |
| GIT | https://github.com/OCA/rma.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/rma/tree/18.0/rma_sale_delivery |
| VERSION | |
| VERSION | 1.1.1 |
| CATEGORY | |
| CATEGORY | RMA |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | Yes |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Víctor Martínez, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/rma |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:17 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/rma: - rma_sale - rma - rma_delivery odoo/odoo: - stock_account - stock - product - base - base_setup - web - bus - web_tour - html_editor - uom - barcodes_gs1_nomenclature - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource - account - onboarding - analytic - sale_stock - sale - sales_team - account_payment - payment - utm - stock_delivery - delivery |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module allows you to define the carrier for receipt in the RMA creation wizard from the sales order. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
sale_order_rma_wizard_form_view |
sale.order.rma.wizard.form | sale.order.rma.wizard | field | Inherits rma_sale.sale_order_rma_wizard_form_view |
No new fields.
Public methods (0)No public methods.
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'
No public methods.