minor fixes

This commit is contained in:
rgarnau
2018-01-12 10:46:29 +01:00
committed by Zina Rasoamanana
parent 00b821da9c
commit f8c89442b6
52 changed files with 837 additions and 376 deletions

View File

@@ -46,6 +46,6 @@ class AccountInvoice(models.Model):
.Date.context_today(self, date_invoice_format)
raise UserError(_("Chronology Error. "
"There exist at least one invoice "
"with a date posterior to %s.") %
"with a later date to %s.") %
date_invoice_tz)
return res