Si, era eso, gracias.

Ahora no puedo instalar el módulo sale_pos. Me da el siguiente error:

Traceback (most recent call last):
  File "/trytond/protocols/jsonrpc.py", line 123, in _marshaled_dispatch
    response['result'] = dispatch_method(method, params)
  File "/trytond/protocols/jsonrpc.py", line 156, in _dispatch
    res = dispatch(*args)
  File "/trytond/protocols/dispatcher.py", line 168, in dispatch
    result = rpc.result(meth(*args, **kwargs))
  File "/trytond/wizard/wizard.py", line 218, in execute
    return wizard._execute(state_name)
  File "/trytond/wizard/wizard.py", line 249, in _execute
    result = self._execute(transition())
  File "/trytond/ir/module/module.py", line 494, in transition_upgrade
    pool.init(update=True, lang=lang)
  File "/trytond/pool.py", line 151, in init
    lang=lang)
  File "/trytond/modules/__init__.py", line 399, in load_modules
    load_module_graph(graph, pool, lang)
  File "/trytond/modules/__init__.py", line 235, in load_module_graph
    cls.__register__(module)
  File "/trytond/modules/sale_shop/sale.py", line 45, in __register__
    super(Sale, cls).__register__(module_name)
  File "/trytond/modules/sale/sale.py", line 270, in __register__
    super(Sale, cls).__register__(module_name)
  File "/trytond/model/modelsql.py", line 107, in __register__
    default_fun, field_size, string=field.string)
  File "/trytond/backend/postgresql/table.py", line 270, in add_raw_column
    (column_format(default),))
  File "/trytond/backend/postgresql/database.py", line 309, in execute
    return self.cursor.execute(sql, params)
InternalError: current transaction is aborted, commands ignored until end 
of transaction block


¿Debo crear alguna columna más en alguna tabla?

Gracias.

Responder a