Rifakat (OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/6.1-opw-577511-rha into
lp:openobject-addons/6.1.
Requested reviews:
Naresh(OpenERP) (nch-openerp)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/6.1-opw-577511-rha/+merge/118073
Hello,
Translation for string 'INV' is present but does not show up into journal
entries posted through
Inventory for realistic product.
For Dutch(nl_NL) translation for 'INV: %s' is 'VRD: %s', so it should it should
display proper
translated string when we install Dutch language.
Please review this fix.
Regards,
Rifakat Haradwala
--
https://code.launchpad.net/~openerp-dev/openobject-addons/6.1-opw-577511-rha/+merge/118073
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/6.1-opw-577511-rha.
=== modified file 'stock/stock.py'
--- stock/stock.py 2012-07-23 11:04:55 +0000
+++ stock/stock.py 2012-08-03 12:20:25 +0000
@@ -2687,7 +2687,7 @@
if change:
location_id = line.product_id.product_tmpl_id.property_stock_inventory.id
value = {
- 'name': 'INV:' + str(line.inventory_id.id) + ':' + line.inventory_id.name,
+ 'name': _('INV: %s') % str(line.inventory_id.id) + ':' + line.inventory_id.name,
'product_id': line.product_id.id,
'product_uom': line.product_uom.id,
'prodlot_id': lot_id,
_______________________________________________
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