[REF] sale/purchase: added reference to lp bug for the workaround to delete when...
[odoo/odoo.git] / addons / sale / stock.py
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'