Añadido campo formato

This commit is contained in:
santiky 2021-08-08 16:21:45 +02:00
parent 9bdafe4043
commit 1c996687bc
Signed by: snt
GPG key ID: A9FD34930EADBE71
2 changed files with 3 additions and 1 deletions

View file

@ -13,6 +13,7 @@ class Product(models.Model):
subtitle = fields.Char('Subtítulo')
editorial = fields.Char('Editorial')
formato = fields.Char('Formato')
pais_edicion = fields.Char('País de Edicion')
colacion = fields.Char('Colación')
autor = fields.Char('Autor')