Repository
OCA/rma · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
Folder size
0.03 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/rma
Last tracking update
2026-09-22 10:56:37
Authors
ACSONE SA/NV, Odoo Community Association (OCA)
Maintainers
ACSONE SA/NV, Odoo Community Association (OCA)
Committers
OCA-git-bot, oca-ci, Souheil Bejaoui
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allows configuring the default warehouse and location
used when creating a repair order from an RMA operation.

In standard behavior, the repair order created from an RMA follows
the default warehouse and location logic defined in the repair
module.

With this module, you can configure on each RMA operation:

- A specific Repair Warehouse
- A specific Repair Location

If configured, these values are applied automatically when the
repair order is generated from the RMA.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
rma_operation_form_view rma.operation form Inherits rma_repair.rma_operation_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 (2)
  • repair_location_id Many2one → stock.location
    comodel_name='stock.location' domain="[('warehouse_id', '=', repair_warehouse_id)]" help='If set, repair orders created from this operation will use this location.' string='Repair Location'
  • repair_warehouse_id Many2one → stock.warehouse
    comodel_name='stock.warehouse' help='If set, repair orders created from this operation will use this warehouse.' string='Repair Warehouse'
Public methods (0)

No public methods.