Skip to content

Commit

Permalink
temp rebasing PR 413 (370bbc0)
Browse files Browse the repository at this point in the history
  • Loading branch information
roboadhoc committed Nov 10, 2023
2 parents 4099827 + 370bbc0 commit 54db3da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stock_ux/models/stock_move.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class StockMove(models.Model):
related='picking_id.partner_id',
)

origin_description = fields.Char(compute="_compute_origin_description")
origin_description = fields.Char(compute="_compute_origin_description", compute_sudo=True)

@api.depends(
'move_line_ids.qty_done',
Expand Down

0 comments on commit 54db3da

Please sign in to comment.