odoo-module-migrator 16
This commit is contained in:
parent
3dffeeba00
commit
3d189d87a1
4 changed files with 8 additions and 9 deletions
|
@ -2,7 +2,7 @@
|
|||
'name': 'Product Library',
|
||||
'category': 'Product',
|
||||
'summary': 'Add library related fields to product',
|
||||
'version': '12.0.1.0.2',
|
||||
'version': '13.0.0.1',
|
||||
'description': """
|
||||
|
||||
Addon mejora de Odoo para librerías y tiendas de discos
|
||||
|
|
|
@ -11,16 +11,16 @@ _logger = logging.getLogger(__name__)
|
|||
class ProductTemplate(models.Model):
|
||||
_inherit = "product.template"
|
||||
|
||||
subtitle = fields.Char('Subtítulo')
|
||||
subtitle = fields.Char('Subtitulo')
|
||||
editorial = fields.Char('Editorial')
|
||||
formato = fields.Char('Formato')
|
||||
pais_edicion = fields.Char('País de Edicion')
|
||||
colacion = fields.Char('Colación')
|
||||
pais_edicion = fields.Char('Pais de edicion')
|
||||
colacion = fields.Char('Colacion')
|
||||
autor = fields.Char('Autor')
|
||||
isbn = fields.Char('ISBN')
|
||||
coleccion = fields.Char('Colección')
|
||||
subcoleccion = fields.Char('Subcolección')
|
||||
coleccion = fields.Char('Coleccion')
|
||||
subcoleccion = fields.Char('Subcoleccion')
|
||||
idioma = fields.Char('Idioma')
|
||||
fecha_entrada = fields.Char('Fecha de entrada')
|
||||
fecha_edicion = fields.Char('Fecha de edición')
|
||||
genero = fields.Char('Género')
|
||||
genero = fields.Char('Genero')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue