Code review comment for lp://staging/~yann-papouin/ocb-addons/6.1-bug-1234678-return-product-backorder-false

Revision history for this message
Omar (Pexego) (omar7r) wrote :

Hi Yann,

backorder_id is set to False in the copy method of stock.picking object in the stock module, but only when name not in default or default['name'] == '/'. Then, I think, the good fix should be in the copy method, extract this line out of this condition, not here.

Regards

review: Needs Fixing (code review)

« Back to merge proposal