Rma Reason

rma_reason
REPOSITORY
REPOSITORYOCA/rma
GIT
GIThttps://github.com/OCA/rma.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/rma/tree/18.0/rma_reason
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV, BCIM, Raumschmiede GmbH
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV, BCIM, Raumschmiede GmbH
COMMITTERS
COMMITTERSVíctor Martínez, Weblate, OCA-git-bot, oca-ci, Marie Lejeune
WEBSITE
WEBSITEhttps://github.com/OCA/rma
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:17
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/rma:
    - rma
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
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Specifying the RMA reason when creating an RMA order is crucial for effective
inventory management, quality control, and customer service.
It helps categorize returned items accurately, identify recurring product
issues, and improve overall product quality. This data enables customer
service to address issues more effectively and enhances the customer
experience.

This addon allows RMA managers to pre-configure possible reasons users can 
specify when creating the RMA order.

In a multi-company setup, each company can define its own reasons and choose
to make the reason mandatory or optional.

Code Analysis

Views touched (9)
XML IDNameModelTypeStatus
portal_rma_page My RMA ir.ui.view qweb Inherits rma.portal_rma_page
res_config_settings_form_view res.config.settings block Inherits rma.res_config_settings_view_form
rma_form_view rma xpath Inherits rma.rma_view_form
rma_reason_form_view rma.reason form New
rma_reason_search_view rma.reason search New
rma_reason_tree_view rma.reason list New
rma_rma_wizard_form_view rma.rma.wizard field Inherits rma.rma_rma_wizard_form_view
rma_search_view rma xpath Inherits rma.rma_view_search
stock_return_picking_form_view stock.return.picking xpath Inherits stock.view_stock_return_picking_form
Models touched (7)

New fields (1)
  • is_rma_reason_required Boolean
    string='Indicates whether specifying an RMA reason is mandatory when creating an RMA order.'
Public methods (0)

No public methods.

New fields (1)
  • is_rma_reason_required Boolean
    readonly=False related='company_id.is_rma_reason_required'
Public methods (0)

No public methods.

New fields (3)
  • is_rma_reason_required Boolean
    related='company_id.is_rma_reason_required'
  • operation_domain Binary
    compute='_compute_operation_domain'
  • reason_id Many2one → rma.reason
    comodel_name='rma.reason'
Public methods (0)

No public methods.

New fields (4)
  • allowed_operation_ids Many2many → rma.operation
    comodel_name='rma.operation' help='List of RMA operations that are allowed when this reason is selected.' string='Operations'
  • company_id Many2one → res.company
    default=<expr> readonly=True required=True args: 'res.company'
  • description Text
    translate=True
  • name Char
    required=True translate=True
Public methods (0)

No public methods.

New fields (3)
  • domain_operation_id Binary
    compute='_compute_domain_operation_id'
  • operation_id Many2one
    domain='domain_operation_id'
  • reason_id Many2one → rma.reason
    comodel_name='rma.reason' string='Reason'
Public methods (1)
  • default_get(self, fields_list)
    @api.model

New fields (2)
  • rma_operation_domain Binary
    compute='_compute_rma_operation_domain'
  • rma_reason_id Many2one → rma.reason
    comodel_name='rma.reason' readonly=False string='RMA Reason'
Public methods (0)

No public methods.

New fields (3)
  • is_rma_reason_required Boolean
    related='wizard_id.company_id.is_rma_reason_required'
  • rma_operation_domain Binary
    compute='_compute_rma_operation_domain'
  • rma_reason_id Many2one → rma.reason
    comodel_name='rma.reason' compute='_compute_rma_reason_id' readonly=False store=True string='RMA Reason'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/rma
GIT
GIThttps://github.com/OCA/rma.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/rma/tree/16.0/rma_reason
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV, BCIM, Raumschmiede GmbH
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV, BCIM, Raumschmiede GmbH
COMMITTERS
COMMITTERSsbejaoui, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/rma
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:12:05
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/rma:
    - rma
odoo/odoo:
    - stock_account
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - account
    - analytic
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Specifying the RMA reason when creating an RMA order is crucial for effective
inventory management, quality control, and customer service.
It helps categorize returned items accurately, identify recurring product
issues, and improve overall product quality. This data enables customer
service to address issues more effectively and enhances the customer
experience.

This addon allows RMA managers to pre-configure possible reasons users can 
specify when creating the RMA order.

In a multi-company setup, each company can define its own reasons and choose
to make the reason mandatory or optional.

Code Analysis

Views touched (8)
XML IDNameModelTypeStatus
portal_rma_page My RMA ir.ui.view qweb Inherits rma.portal_rma_page
res_config_settings_form_view res.config.settings xpath Inherits rma.res_config_settings_view_form
rma_form_view rma xpath Inherits rma.rma_view_form
rma_reason_form_view rma.reason form New
rma_reason_search_view rma.reason search New
rma_reason_tree_view rma.reason tree New
rma_search_view rma xpath Inherits rma.rma_view_search
stock_return_picking_form_view stock.return.picking xpath Inherits stock.view_stock_return_picking_form
Models touched (6)

New fields (1)
  • is_rma_reason_required Boolean
    string='Indicates whether specifying an RMA reason is mandatory when creating an RMA order.'
Public methods (0)

No public methods.

New fields (1)
  • is_rma_reason_required Boolean
    readonly=False related='company_id.is_rma_reason_required'
Public methods (0)

No public methods.

New fields (3)
  • is_rma_reason_required Boolean
    related='company_id.is_rma_reason_required'
  • operation_domain Binary
    compute='_compute_operation_domain'
  • reason_id Many2one → rma.reason
    comodel_name='rma.reason'
Public methods (0)

No public methods.

New fields (4)
  • allowed_operation_ids Many2many → rma.operation
    comodel_name='rma.operation' help='List of RMA operations that are allowed when this reason is selected.' string='Operations'
  • company_id Many2one → res.company
    default=<expr> readonly=True required=True args: 'res.company'
  • description Text
    translate=True
  • name Char
    required=True translate=True
Public methods (0)

No public methods.

New fields (2)
  • rma_operation_domain Binary
    compute='_compute_rma_operation_domain'
  • rma_reason_id Many2one → rma.reason
    comodel_name='rma.reason' readonly=False string='RMA Reason'
Public methods (0)

No public methods.

New fields (3)
  • is_rma_reason_required Boolean
    related='wizard_id.company_id.is_rma_reason_required'
  • rma_operation_domain Binary
    compute='_compute_rma_operation_domain'
  • rma_reason_id Many2one → rma.reason
    comodel_name='rma.reason' compute='_compute_rma_reason_id' readonly=False store=True string='RMA Reason'
Public methods (0)

No public methods.