diff --git a/product_library/models/res_product.py b/product_library/models/res_product.py index 592ce1e..0da91d8 100644 --- a/product_library/models/res_product.py +++ b/product_library/models/res_product.py @@ -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') diff --git a/product_library/views/product.xml b/product_library/views/product.xml index 9aa6923..7fcbcd4 100644 --- a/product_library/views/product.xml +++ b/product_library/views/product.xml @@ -6,11 +6,12 @@ product.template - + +