Skip to content

Commit

Permalink
Merge PR #1296 into 15.0
Browse files Browse the repository at this point in the history
Signed-off-by max3903
  • Loading branch information
OCA-git-bot committed Jan 21, 2025
2 parents 20ffbff + 4330896 commit 380c2b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fieldservice_stock/models/fsm_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def _compute_picking_ids(self):
lambda p: p.picking_type_id.code == "incoming"
)
order.return_count = len(incoming_pickings.ids)
order.move_ids = order.picking_ids.mapped("move_lines")

def action_view_delivery(self):
"""
Expand Down

0 comments on commit 380c2b4

Please sign in to comment.