mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[IMP] Remove exclamation mark
This commit is contained in:
committed by
Francesco Apruzzese
parent
deb618521b
commit
c353a3aa14
@@ -55,7 +55,7 @@ class account_invoice(models.Model):
|
||||
DEFAULT_SERVER_DATE_FORMAT)
|
||||
date_invoice_tz = fields\
|
||||
.Date.context_today(self, date_invoice_format)
|
||||
raise exceptions.Warning(_("Chronology Error!"
|
||||
raise exceptions.Warning(_("Chronology Error."
|
||||
" Please confirm older draft"
|
||||
" invoices before %s and"
|
||||
" try again.") %
|
||||
@@ -73,7 +73,7 @@ class account_invoice(models.Model):
|
||||
DEFAULT_SERVER_DATE_FORMAT)
|
||||
date_invoice_tz = fields\
|
||||
.Date.context_today(self, date_invoice_format)
|
||||
raise exceptions.Warning(_("Chronology Error! There"
|
||||
raise exceptions.Warning(_("Chronology Error. There"
|
||||
" exist at least one"
|
||||
" invoice with a date"
|
||||
" posterior to %s.") %
|
||||
|
||||
Reference in New Issue
Block a user