Repository
OCA/rma · module folder · Try on Runboat
Module version
1.1.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-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
None
Description
This module extends the rma_lot module by integrating lot tracking into the
return wizard in the sales orders. It assists salespeople in accurately
recording returns by ensuring that customers are returning the correct lot that
was originally delivered.

This enhancement improves both tracking and inventory accuracy, leading to
more efficient and reliable return processing.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
sale_order_rma_wizard_form_view sale.order.rma.wizard form Inherits rma_sale.sale_order_rma_wizard_form_view
sale_rma_lot_request_form sale_rma_lot_request_form ir.ui.view qweb Inherits rma_sale.sale_rma_request_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (4)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • prepare_sale_rma_data(self)

New fields (2)
  • lot_id Many2one → stock.lot
    comodel_name='stock.lot' string='Lot/Serial Number'
  • lots_visible Boolean
    compute='_compute_lots_visible'
Public methods (0)

No public methods.

New fields (1)
  • lots_visible Boolean
    compute='_compute_lots_visible'
Public methods (0)

No public methods.

Loading…