Skip to content

Commit

Permalink
Merge branch 'vrenaville-fix_action_assign' into 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yvaucher committed Sep 17, 2015
2 parents 0ce1794 + cc4677c commit d11c7d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion picking_dispatch/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#
##############################################################################
{'name': 'Picking dispatch',
'version': '1.2.3',
'version': '1.2.4',
'author': "Camptocamp,Odoo Community Association (OCA)",
'maintainer': 'Camptocamp',
'category': 'Products',
Expand Down
2 changes: 1 addition & 1 deletion picking_dispatch/picking_dispatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def action_assign_moves(self, cr, uid, ids, context=None):
# We could not reserve all the moves together, or the
# reservation is split among many sublocations.
# If that's the case, fall back to reserving one move at a time
move_obj.action_assign(cr, uid, move_ids, context=context)
move_obj.action_assign(cr, uid, move_ids)

return True

Expand Down

0 comments on commit d11c7d8

Please sign in to comment.