From db308d5f4f21ce39e217af32822b923ee6bcdfb7 Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Wed, 18 Sep 2013 09:59:03 +0200 Subject: [PATCH] [FIX] 'raise a new invoice' is a British English expression for 'issue a new invoice' --- account_credit_control/invoice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_credit_control/invoice.py b/account_credit_control/invoice.py index 19da4f071..c296854ea 100644 --- a/account_credit_control/invoice.py +++ b/account_credit_control/invoice.py @@ -41,7 +41,7 @@ class AccountInvoice(orm.Model): 'A payment reminder has already been ' 'sent to the customer.\n' 'You must create a credit note and ' - 'raise a new invoice.')) + 'issue a new invoice.')) cc_draft_line_ids = cc_line_obj.search( cr, uid, [('invoice_id', '=', invoice_id),