TIP: You can type at any time to perform a new search.
RMA Sale Delivery
rma_sale_delivery · OCA/rma
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_idsMany2many → delivery.carriercomodel_name='delivery.carrier'compute='_compute_available_reception_carrier_ids' -
company_idMany2one → res.companycomodel_name='res.company'default=<expr> -
reception_carrier_idMany2one → delivery.carriercomodel_name='delivery.carrier'domain="[('id', 'in', available_reception_carrier_ids)]"string='Reception Carrier' -
rma_reception_strategySelectionrelated='company_id.rma_reception_strategy'
No public methods.