[REF] sale/purchase: added reference to lp bug for the workaround to delete when...
authorQuentin (OpenERP) <qdp-launchpad@openerp.com>
Tue, 8 May 2012 22:42:13 +0000 (00:42 +0200)
committerQuentin (OpenERP) <qdp-launchpad@openerp.com>
Tue, 8 May 2012 22:42:13 +0000 (00:42 +0200)
bzr revid: qdp-launchpad@openerp.com-20120508224213-ztdx8tv8mo0o02i4

addons/purchase/stock.py
addons/sale/stock.py

index a4c0be1..06b3915 100644 (file)
@@ -127,7 +127,7 @@ class stock_partial_picking(osv.osv_memory):
         return super(stock_partial_picking, self)._product_cost_for_average_update(cr, uid, move)
 
 # Redefinition of the new field in order to update the model stock.picking.in in the orm
-# FIXME: this is a temporary workaround because of a framework bug (ref: lpxxxx). It should be removed as soon as 
+# FIXME: this is a temporary workaround because of a framework bug (ref: lp996816). It should be removed as soon as
 #        the bug is fixed
 class stock_picking_in(osv.osv):
     _inherit = 'stock.picking.in'
index 23e936a..83cd8f8 100644 (file)
@@ -187,7 +187,7 @@ class stock_picking(osv.osv):
         return result
 
 # Redefinition of the new field in order to update the model stock.picking.out in the orm
-# FIXME: this is a temporary workaround because of a framework bug (ref: lpxxxx). It should be removed as soon as 
+# FIXME: this is a temporary workaround because of a framework bug (ref: lp996816). It should be removed as soon as
 #        the bug is fixed
 class stock_picking_out(osv.osv):
     _inherit = 'stock.picking.out'