mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[14.0][FIX] rma_sale: duplicate SO also link rma
This commit is contained in:
@@ -62,7 +62,7 @@ class SaleOrderLine(models.Model):
|
||||
return super(SaleOrderLine, self).name_get()
|
||||
|
||||
rma_line_id = fields.Many2one(
|
||||
comodel_name="rma.order.line", string="RMA", ondelete="restrict"
|
||||
comodel_name="rma.order.line", string="RMA", ondelete="restrict", copy=False
|
||||
)
|
||||
|
||||
def _prepare_order_line_procurement(self, group_id=False):
|
||||
|
||||
Reference in New Issue
Block a user