From 9bdafe4043c43060e5235a03295c80e7e8fd2136 Mon Sep 17 00:00:00 2001 From: santiky Date: Sun, 8 Aug 2021 15:22:06 +0200 Subject: [PATCH] =?UTF-8?q?A=C3=B1adido=20campos=20G=C3=A9nero=20y=20Fecha?= =?UTF-8?q?=20de=20edici=C3=B3n,=20quitado=20ISBN=20de=20la=20vista,=20se?= =?UTF-8?q?=20usa=20C=C3=B3digo=20EAN13=20o=20Referencia=20interna.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- product_library/models/res_product.py | 3 ++- product_library/views/product.xml | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) 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 @@ - + + +