TIP: You can type at any time to perform a new search.
Rma Lot
rma_lot · OCA/rma
- Repository
- OCA/rma · module folder · Try on Runboat
- Module version
- 1.4.0
- Category
- Uncategorized
- Folder size
- 0.06 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
- ACSONE SA/NV, Odoo Community Association (OCA), BCIM
- Maintainers
- ACSONE SA/NV, Odoo Community Association (OCA), BCIM
- Committers
- sbejaoui, Víctor Martínez, Weblate, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- rma_repair_lot, rma_sale_lot
- Description
Tracking returned products by lot or serial number is crucial for businesses that require precise monitoring, especially in industries where quality control, compliance, and inventory accuracy are critical. By enabling returns to be tracked by lot or serial numbers, this module ensures that each returned item is handled correctly, reducing the risk of errors, fraud, or compliance issues. This level of detail is essential for maintaining the integrity of inventory records, meeting regulatory requirements, and providing excellent customer service. The module extends the existing RMA functionality by adding a lot field to the RMA model, allowing users to associate returns with specific lot or serial numbers. This enhancement enforces stricter controls over return processes, ensuring that only the correct items are accepted during a return and that inventory records remain accurate.
Code Analysis ⓘ
Views touched (7)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
portal_my_rmas_lot |
portal_my_rmas_lot | ir.ui.view | qweb | Inherits rma.portal_my_rmas |
portal_rma_page_lot |
portal_rma_page_lot | ir.ui.view | qweb | Inherits rma.portal_rma_page |
rma_form_view |
rma | form | Inherits rma.rma_view_form | |
rma_operation_form_view |
rma.operation | form | Inherits rma.rma_operation_form_view | |
rma_redelivery_wizard_view_form |
rma.delivery.wizard | form | Inherits rma.rma_redelivery_wizard_view_form | |
rma_search_view |
rma | search | Inherits rma.rma_view_search | |
rma_tree_view |
rma | tree | Inherits rma.rma_view_tree |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (4)
New fields (4)
-
domain_lot_idBinarycompute='_compute_domain_lot_id' -
lot_idMany2one → stock.lotcomodel_name='stock.lot'compute='_compute_lot_id'domain='domain_lot_id'readonly=Falsestore=Truestring='Lot/Serial Number' -
lots_visibleBooleancompute='_compute_lots_visible' -
product_trackingSelectionrelated='product_id.tracking'
No public methods.
New fields (3)
-
domain_lot_idBinarycompute='_compute_domain_lot_id' -
lot_idMany2one → stock.lotcomodel_name='stock.lot'domain='domain_lot_id'string='Lot/Serial Number' -
product_trackingSelectionrelated='product_id.tracking'
-
action_deliver(self)
New fields (1)
-
deliver_same_lotBooleanhelp='If enabled, the replacement or delivery product will use the exact lot/serial number received from the customer. Disable if a different lot or serial number should be assigned.'string='Deliver Same Lot/Serial as Received'
No public methods.
New fields (0)
No new fields.
Public methods (0)No public methods.
Loading…
Loading…