mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[14.0][FIX] rma: separate stock.move by rma_line_id to fix picking association
This commit is contained in:
@@ -99,3 +99,8 @@ class StockMove(models.Model):
|
|||||||
owner_id=owner_id,
|
owner_id=owner_id,
|
||||||
strict=strict,
|
strict=strict,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@api.model
|
||||||
|
def _prepare_merge_moves_distinct_fields(self):
|
||||||
|
res = super()._prepare_merge_moves_distinct_fields()
|
||||||
|
return res + ["rma_line_id"]
|
||||||
|
|||||||
Reference in New Issue
Block a user