From 8e0efe168a0bd62a689d063891a1a002f9674817 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Najla=C3=A2?= Date: Mon, 13 Feb 2012 15:57:46 +0100 Subject: [PATCH] [MERGE] bzr revid: nel@tinyerp.com-20120213145746-w8z1ruqwr6v6e9ps --- addons/account/wizard/account_invoice_refund.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/account/wizard/account_invoice_refund.py b/addons/account/wizard/account_invoice_refund.py index 672e2a2..c60cf7d 100644 --- a/addons/account/wizard/account_invoice_refund.py +++ b/addons/account/wizard/account_invoice_refund.py @@ -34,7 +34,7 @@ class account_invoice_refund(osv.osv_memory): _columns = { 'date': fields.date('Operation date', help='This date will be used as the invoice date for Refund Invoice and Period will be chosen accordingly!'), 'period': fields.many2one('account.period', 'Force period'), - '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.'), + 'journal_id': fields.many2one('account.journal', 'Refund Journal', help='You should select here the journal to use for the refund invoice that will be created.'), 'description': fields.char('Description', size=128, required=True), 'filter_refund': fields.selection([('modify', 'Modify'), ('refund', 'Refund'), ('cancel', 'Cancel')], "Refund Type", required=True, help='Refund invoice base on this type. You can not Modify and Cancel if the invoice is already reconciled'), } @@ -217,4 +217,4 @@ class account_invoice_refund(osv.osv_memory): account_invoice_refund() -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: \ No newline at end of file +# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: -- 1.7.10.4