diff --git a/rma/models/stock_move.py b/rma/models/stock_move.py index eaa41114f..226ac4568 100644 --- a/rma/models/stock_move.py +++ b/rma/models/stock_move.py @@ -26,9 +26,7 @@ class StockMove(models.Model): ) # RMA that creates the out move rma_id = fields.Many2one( - comodel_name="rma", - string="RMA return", - copy=False, + comodel_name="rma", string="RMA return", copy=False, index=True ) def unlink(self):