[FIX] sale: Customer Invoices should be translatable

lp bug: https://launchpad.net/bugs/779092 fixed

bzr revid: ara@tinyerp.com-20110509094100-0bqdzz0dxg1hwdxf
This commit is contained in:
ARA (OpenERP) 2011-05-09 15:11:00 +05:30
parent f08cf2f85f
commit 1e862920fb
1 changed files with 1 additions and 1 deletions

View File

@ -449,7 +449,7 @@ class sale_order(osv.osv):
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],