mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[FIX] 'raise a new invoice' is a British English expression for 'issue a new invoice'
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user