upgrade v16
separación de las funcionalidades del PoS en un módulo aparte
This commit is contained in:
parent
70679c57a3
commit
308b3c4353
19 changed files with 184 additions and 386 deletions
|
@ -1,13 +1,8 @@
|
|||
# Copyright (C) 2021: Criptomart (https://criptomart.net)
|
||||
# @author Santi Noreña (<santi@criptomart.net>)
|
||||
# Copyright (C) 2021-2024: Criptomart (https://criptomart.net)
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
import logging
|
||||
|
||||
from odoo import tools, models, fields, api, _
|
||||
|
||||
_logger = logging.getLogger(__name__)
|
||||
|
||||
class ProductTemplate(models.Model):
|
||||
_inherit = "product.template"
|
||||
|
||||
|
@ -17,7 +12,6 @@ class ProductTemplate(models.Model):
|
|||
pais_edicion = fields.Char('Pais de edicion')
|
||||
colacion = fields.Char('Colacion')
|
||||
autor = fields.Char('Autor')
|
||||
isbn = fields.Char('ISBN')
|
||||
coleccion = fields.Char('Coleccion')
|
||||
subcoleccion = fields.Char('Subcoleccion')
|
||||
idioma = fields.Char('Idioma')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue