stock_picking_priority: wrong domain

Bug #1297220 reported by Guewen Baconnier @ Camptocamp
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Stock And Logistic Flows
Fix Released
High
Unassigned

Bug Description

In method retry_assign_all(), when the argument ids contain ids, it is added to the domain:

        if ids:
            domain += [('ids', 'in', ids)]

Which should be

        if ids:
            domain += [('id', 'in', ids)]

Related branches

Changed in stock-logistic-flows:
status: New → Fix Committed
importance: Undecided → High
Changed in stock-logistic-flows:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.