Skip to content

Commit

Permalink
[FIX]stock_ux: error when user print picking
Browse files Browse the repository at this point in the history
closes #413

Signed-off-by: Nicolas Mac Rouillon <nmr@adhoc.com.ar>
  • Loading branch information
jcadhoc committed Nov 10, 2023
1 parent 4099827 commit 0aa0f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stock_ux/models/stock_move.py
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 0aa0f6d

Please sign in to comment.