Add invoices in Django Admin

This commit is contained in:
Yohann D'ANELLO 2020-08-06 21:51:53 +02:00
parent 3e28ed8716
commit e23eafd56c
2 changed files with 20 additions and 2 deletions

View file

@ -55,7 +55,7 @@ class Invoice(models.Model):
date = models.DateField(
default=timezone.now,
verbose_name=_("Place"),
verbose_name=_("Date"),
)
acquitted = models.BooleanField(