update
This commit is contained in:
parent
be3c86d00b
commit
752148e9ec
@ -230,6 +230,7 @@ class CarStockTypeChoices(models.TextChoices):
|
||||
NEW = "new", _("New")
|
||||
USED = "used", _("Used")
|
||||
|
||||
|
||||
class AdditionalServices(models.Model, LocalizedNameMixin):
|
||||
name = models.CharField(max_length=255, verbose_name=_("Name"))
|
||||
arabic_name = models.CharField(max_length=255, verbose_name=_("Arabic Name"))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user