Repository
OCA/rma · module folder · Try on Runboat
Module version
1.0.1
Category
RMA
Folder size
0.08 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/rma
Last tracking update
2026-08-07 08:42:51
Authors
Odoo Community Association (OCA), Antoni Marroig
Maintainers
Odoo Community Association (OCA), Antoni Marroig
Committers
Víctor Martínez, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
rma_repair_lot
Description
This module allows to create a repair order from RMA and depends of the repair if it's success can return the article to customer otherwise make a refund or replace for a new product.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
rma_operation_form_view rma.operation form Inherits rma.rma_operation_form_view
rma_view_form rma.view.form rma form Inherits rma.rma_view_form
view_repair_order_form_inherit repair.order.form.inherit repair.order form Inherits repair.view_repair_order_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (1)
  • rma_ids One2many → rma
    comodel_name='rma' inverse_name='repair_id' string='RMAs'
Public methods (1)
  • action_view_repair_rma(self)

New fields (2)
  • can_be_repaired Boolean
    compute='_compute_can_be_repaired'
  • repair_id Many2one → repair.order
    args: 'repair.order'
Public methods (4)
  • action_confirm(self)
  • action_create_repair_order(self)
  • action_view_rma_repair_order(self)
  • update_received_state_on_reception(self)

New fields (1)
  • action_create_repair Selection
    help='Define how the repair action should be handled.' string='Repair Action' args: [('manual_on_confirm', 'Manually on Confirm'), ('automatic_on_confirm', 'Automatically on Confirm'), ('manual_after_receipt', 'Manually After Receipt'), ('automatic_after_receipt', 'Automatically After Receipt')]
Public methods (0)

No public methods.

Loading…

Loading…