Merge lp:~toolpart/openobject-addons/translation_cancel_invoice into lp:openobject-addons

Proposed by ViktorNagy
Status: Merged
Merged at revision: 5587
Proposed branch: lp:~toolpart/openobject-addons/translation_cancel_invoice
Merge into: lp:openobject-addons
Diff against target: 12 lines (+1/-1)
1 file modified
account/wizard/account_invoice_refund.py (+1/-1)
To merge this branch: bzr merge lp:~toolpart/openobject-addons/translation_cancel_invoice
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+81549@code.launchpad.net

Description of the change

Changed the translatable strings for refund/cancel invoice creation. See: https://lists.launchpad.net/openerp-community/msg00653.html

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'account/wizard/account_invoice_refund.py'
2--- account/wizard/account_invoice_refund.py 2011-06-20 13:01:28 +0000
3+++ account/wizard/account_invoice_refund.py 2011-11-08 10:42:24 +0000
4@@ -36,7 +36,7 @@
5 'period': fields.many2one('account.period', 'Force period'),
6 'journal_id': fields.many2one('account.journal', 'Refund Journal', help='You can select here the journal to use for the refund invoice that will be created. If you leave that field empty, it will use the same journal as the current invoice.'),
7 'description': fields.char('Description', size=128, required=True),
8- 'filter_refund': fields.selection([('refund', 'Refund'), ('cancel', 'Cancel'),('modify', 'Modify')], "Refund Type", required=True, help='Refund invoice base on this type. You can not Modify and Cancel if the invoice is already reconciled'),
9+ 'filter_refund': fields.selection([('refund', 'Refund Invoice'), ('cancel', 'Cancel Invoice'),('modify', 'Modify Invoice')], "Refund Type", required=True, help='Refund invoice base on this type. You can not Modify and Cancel if the invoice is already reconciled'),
10 }
11
12 def _get_journal(self, cr, uid, context=None):

Subscribers

People subscribed via source and target branches

to all changes: