mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[FIX] rma_repair: repair_transfer_count compute assigning to wring field
This commit is contained in:
committed by
JasminSForgeFlow
parent
921de40107
commit
f50165c45f
@@ -19,7 +19,7 @@ class RmaOrder(models.Model):
|
||||
.filtered(lambda m: m.is_rma_put_away)
|
||||
.mapped("picking_id")
|
||||
)
|
||||
order.put_away_count = len(pickings)
|
||||
order.repair_transfer_count = len(pickings)
|
||||
|
||||
repair_count = fields.Integer(
|
||||
compute="_compute_repair_count", string="# of Repairs"
|
||||
|
||||
Reference in New Issue
Block a user