From 1c996687bc645087fdc48e7c0bfe7c6bc6fd944a Mon Sep 17 00:00:00 2001 From: santiky Date: Sun, 8 Aug 2021 16:21:45 +0200 Subject: [PATCH] =?UTF-8?q?A=C3=B1adido=20campo=20formato?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- product_library/models/res_product.py | 1 + product_library/views/product.xml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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 - + +