← Back to team overview

openerp-india team mailing list archive

[Bug 1025687] [NEW] [6.1] sale/stock.py: redefines _prepare_chained_picking on the wrong class

 

Public bug reported:

In 6.1, the sale addon redefines stock_picking._prepare_chained_picking
on stock_move instead of stock_picking.

As a result chained pickings do not have the sale_id field properly
filled.

The attached patch solves the issue.

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1025687

Title:
  [6.1] sale/stock.py: redefines _prepare_chained_picking on the wrong
  class

Status in OpenERP Addons (modules):
  New

Bug description:
  In 6.1, the sale addon redefines
  stock_picking._prepare_chained_picking on stock_move instead of
  stock_picking.

  As a result chained pickings do not have the sale_id field properly
  filled.

  The attached patch solves the issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1025687/+subscriptions


Follow ups

References