Skip to content

Commit dbc6890

Browse files
committed
[IMP] #1122 don't preset employees in planning wizard
1 parent 489945d commit dbc6890

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ps_planning/wizards/ps_planning_wizard.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ def action_start_planning(self):
182182
("product_id", "=", product.id),
183183
("line_type", "=", "planned"),
184184
("employee_id", "=", employee.id),
185+
("range_id", "=", date_range.id),
185186
],
186187
):
187188
continue

0 commit comments

Comments
 (0)