RMA Sale Delivery

rma_sale_delivery
REPOSITORY
REPOSITORYOCA/rma
GIT
GIThttps://github.com/OCA/rma.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/rma/tree/18.0/rma_sale_delivery
VERSION
VERSION 1.1.1
CATEGORY
CATEGORYRMA
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSPedro M. Baeza, Víctor Martínez, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/rma
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:17
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/rma:
    - rma_sale
    - rma
    - rma_delivery
odoo/odoo:
    - stock_account
    - stock
    - product
    - base
    - mail
    - 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.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
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
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.