openerp-community-reviewer team mailing list archive
-
openerp-community-reviewer team
-
Mailing list archive
-
Message #04149
Re: [Merge] lp:~camptocamp/stock-logistic-flows/7.0-picking_dispatch-check-availability into lp:stock-logistic-flows
Review: Approve code review
LGTM
BTW, I think you could improve code making only one search with:
move_ids = move_obj.search(cr, uid,
[('dispatch_id', 'in', ids)],
context=context)
Regards.
--
https://code.launchpad.net/~camptocamp/stock-logistic-flows/7.0-picking_dispatch-check-availability/+merge/208402
Your team Stock and Logistic Core Editors is subscribed to branch lp:stock-logistic-flows.
Follow ups
References