TIP: You can type at any time to perform a new search.
Rma Repair Location
rma_repair_location · OCA/rma
🛠 Migration considerations
rma_operation_form_view— View 'rma_operation_form_view' uses the deprecated `attrs=`/`states=` syntax: removed in Odoo 17.0+, replace with direct `invisible`/`readonly`/`required` domain expressions. migration-view-attrs-states · source
Found by automated static analysis: patterns worth a look before/after upgrading this module to a newer Odoo version.
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_idMany2one → stock.locationcomodel_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_idMany2one → stock.warehousecomodel_name='stock.warehouse'help='If set, repair orders created from this operation will use this warehouse.'string='Repair Warehouse'
No public methods.