Añadido campo formato
This commit is contained in:
parent
9bdafe4043
commit
1c996687bc
2 changed files with 3 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue