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

Proposed by Ashvin Rathod (OpenERP)
Status: Merged
Merged at revision: 4711
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-779092-ara
Merge into: lp:openobject-addons
Diff against target: 12 lines (+1/-1)
1 file modified
sale/sale.py (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-779092-ara
Reviewer Review Type Date Requested Status
Mustufa Rangwala (Open ERP) (community) Approve
qdp (OpenERP) Pending
Review via email: mp+60350@code.launchpad.net

Description of the change

hello,

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

Thanks,
ara

To post a comment you must log in.
Revision history for this message
Mustufa Rangwala (Open ERP) (mra-tinyerp) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'sale/sale.py'
2--- sale/sale.py 2011-05-04 09:49:34 +0000
3+++ sale/sale.py 2011-05-09 09:45:55 +0000
4@@ -449,7 +449,7 @@
5 res_id = res and res[1] or False,
6
7 return {
8- 'name': 'Customer Invoices',
9+ 'name': _('Customer Invoices'),
10 'view_type': 'form',
11 'view_mode': 'form',
12 'view_id': [res_id],

Subscribers

People subscribed via source and target branches

to all changes: