Code review comment for lp:~yann-papouin/openobject-addons/7.0-bug-1091268-purchase-merge-no-origin-duplicates

Revision history for this message
Yannick Vaucher @ Camptocamp (yvaucher-c2c) wrote :

order_infos['origin'] can be False if origin of first Purchase order is empty

Thus it will fail when checking

not porder.origin in order_infos['origin']

review: Needs Fixing

« Back to merge proposal