Skip to content

Commit

Permalink
fix: modified domain on sale order line route_id
Browse files Browse the repository at this point in the history
  • Loading branch information
victorvermot committed Feb 12, 2024
1 parent 563f905 commit bfc6688
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class SaleOrderLine(models.Model):

route_id = fields.Many2one(
"stock.route",
domain="[('company_ids', 'in', company_id)]",
domain="[&, ('company_ids', 'in', company_id),(sale_selectable, =,true)]",
check_company=False,
)

Expand Down

0 comments on commit bfc6688

Please sign in to comment.