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
=== 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 @@
449 res_id = res and res[1] or False,449 res_id = res and res[1] or False,
450450
451 return {451 return {
452 'name': 'Customer Invoices',452 'name': _('Customer Invoices'),
453 'view_type': 'form',453 'view_type': 'form',
454 'view_mode': 'form',454 'view_mode': 'form',
455 'view_id': [res_id],455 'view_id': [res_id],

Subscribers

People subscribed via source and target branches

to all changes: