Añadido campos Género y Fecha de edición, quitado ISBN de la vista, se usa Código EAN13 o Referencia interna.
This commit is contained in:
parent
4fe2e3d368
commit
9bdafe4043
2 changed files with 5 additions and 2 deletions
|
@ -21,4 +21,5 @@ class Product(models.Model):
|
|||
subcoleccion = fields.Char('Subcolección')
|
||||
idioma = fields.Char('Idioma')
|
||||
fecha_entrada = fields.Char('Fecha de entrada')
|
||||
|
||||
fecha_edicion = fields.Char('Fecha de edición')
|
||||
genero = fields.Char('Género')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue