Merge PR #437 into 16.0

Signed-off-by rvalyi
This commit is contained in:
OCA-git-bot
2024-11-19 01:31:23 +00:00

View File

@@ -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):