diff --git a/product_library/models/res_product.py b/product_library/models/res_product.py index 3aa0272..592ce1e 100644 --- a/product_library/models/res_product.py +++ b/product_library/models/res_product.py @@ -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') diff --git a/product_library/views/product.xml b/product_library/views/product.xml index b11d64a..9aa6923 100644 --- a/product_library/views/product.xml +++ b/product_library/views/product.xml @@ -9,9 +9,11 @@ - + + +