← Back to team overview

openerp-community-reviewer team mailing list archive

Re: [Merge] lp:~yann-papouin/ocb-addons/7.0-bug-1091268-purchase-merge-no-origin-duplicates into lp:ocb-addons

 

This MP introduced a bug

If first purchase order has no origin, it will raise 

...
    if not porder.origin in order_infos['origin'] and not order_infos['origin'] in porder.origin: TypeError: argument of type 'bool' is not iterable

because order_infos['origin'] will contains False
-- 
https://code.launchpad.net/~yann-papouin/ocb-addons/7.0-bug-1091268-purchase-merge-no-origin-duplicates/+merge/210169
Your team OpenERP Community Backports is subscribed to branch lp:ocb-addons.


References