Skip to content

Commit

Permalink
Merge PR #437 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by rvalyi
  • Loading branch information
OCA-git-bot committed Nov 19, 2024
2 parents 9c84ebf + 157eeb7 commit b773aac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rma/models/stock_move.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit b773aac

Please sign in to comment.