Añadido campo formato
This commit is contained in:
parent
9bdafe4043
commit
1c996687bc
2 changed files with 3 additions and 1 deletions
|
@ -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')
|
||||
|
|
|
@ -6,11 +6,12 @@
|
|||
<field name="model">product.template</field>
|
||||
<field name="inherit_id" ref="product.product_template_only_form_view"/>
|
||||
<field name="arch" type="xml">
|
||||
<field name="list_price" position="after">
|
||||
<field name="barcode" position="after">
|
||||
<field name="subtitle"/>
|
||||
<field name="autor"/>
|
||||
<!-- <field name="isbn"/> -->
|
||||
<field name="genero"/>
|
||||
<field name="formato"/>
|
||||
<field name="editorial"/>
|
||||
<field name="pais_edicion"/>
|
||||
<field name="fecha_edicion"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue