mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user