← Back to team overview

openerp-dev-web team mailing list archive

[Merge] lp:~openerp-dev/openobject-addons/trunk-bug-779092-ara into lp:openobject-addons

 

Ashvin Rathod (OpenERP) has proposed merging lp:~openerp-dev/openobject-addons/trunk-bug-779092-ara into lp:openobject-addons.

Requested reviews:
  qdp (OpenERP) (qdp)
Related bugs:
  Bug #779092 in OpenERP Addons: "[sale] 'Customer Invoices' should be translatable"
  https://bugs.launchpad.net/openobject-addons/+bug/779092

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-779092-ara/+merge/60350

hello,

Fix: [sale] 'Customer Invoices' should be translatable

Thanks,
ara
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-779092-ara/+merge/60350
Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-addons/trunk-bug-779092-ara.
=== modified file 'sale/sale.py'
--- sale/sale.py	2011-05-04 09:49:34 +0000
+++ sale/sale.py	2011-05-09 09:45:55 +0000
@@ -449,7 +449,7 @@
         res_id = res and res[1] or False,
 
         return {
-            'name': 'Customer Invoices',
+            'name': _('Customer Invoices'),
             'view_type': 'form',
             'view_mode': 'form',
             'view_id': [res_id],


Follow ups