mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
mrp_sale_info: fix duplicating SO.
Duplicating a validated SO should not keep the linked on existing mrp.production
This commit is contained in:
@@ -14,4 +14,5 @@ class SaleOrderLine(models.Model):
|
||||
column1="line_id",
|
||||
column2="production_id",
|
||||
string="Manufacturing orders",
|
||||
copy=False,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user