Rifakat (OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/6.0-opw-18497-rha into
lp:openobject-addons/6.0.
Requested reviews:
nel (nel-tinyerp)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/6.0-opw-18497-rha/+merge/81688
Hello,
Improvement for the warning message in partial picking wizard which now shows
UoM converted qty in warning message.
Kindly review it.
Regards,
Rifakat
--
https://code.launchpad.net/~openerp-dev/openobject-addons/6.0-opw-18497-rha/+merge/81688
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/6.0-opw-18497-rha.
=== modified file 'stock/wizard/stock_partial_picking.py'
--- stock/wizard/stock_partial_picking.py 2011-10-03 14:13:57 +0000
+++ stock/wizard/stock_partial_picking.py 2011-11-09 08:33:25 +0000
@@ -170,7 +170,7 @@
precision = '%0.' + str(dp.get_precision('Product UoM')(cr)[1] or 0) + 'f'
raise osv.except_osv(_('Processing Error'),
_('Processing quantity %s %s for %s is larger than the available quantity %s %s !')\
- % (precision % move.quantity, move.product_uom.name, move.product_id.name,\
+ % (precision % calc_qty, move.product_uom.name, move.product_id.name,\
precision % move.move_id.product_qty, move.move_id.product_uom.name))
#Adding a check whether any move line contains qty less than zero
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp