El 09/01/14 18:47, [email protected] ha escrit:
Actualizo el post.

Al parecer los mensajes de error que salían estan solucionados en la versión 3.0.2 del cliente Tryton.

Al actualizar a la versión ya no sale, aunque ahora sale un nuevo mensaje de 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 173, in dispatch
    result = rpc.result(meth(inst, *args, **kwargs))
File "/trytond/modules/account_invoice_price_list/invoice.py", line 16, in on_change_product
    res = super(InvoiceLine, self).on_change_product()
File "/trytond/modules/account_asset/invoice.py", line 37, in on_change_product
    new_values = super(InvoiceLine, self).on_change_product()
File "/trytond/modules/account_invoice_discount/invoice.py", line 63, in on_change_product
    res = super(InvoiceLine, self).on_change_product()
File "/trytond/modules/account_invoice/invoice.py", line 1756, in on_change_product
    elif self.invoice_type:
  File "/trytond/model/modelstorage.py", line 1194, in __getattr__
    return super(ModelStorage, self).__getattr__(name)
  File "/trytond/model/model.py", line 384, in __getattr__
    % (self.__name__, name, self._values))
AttributeError: 'account.invoice.line' Model has no attribute 'invoice_type': {'product': Pool().get('product.product')(10), 'description': '', 'discount': Decimal('0'), 'currency': Pool().get('currency.currency')(24), 'invoic

Parece un bug de core con todas las letras.

¿Puedes reportarlo en https://bugs.tryton.org ?


--
Sergi Almacellas Abellana
www.koolpi.com
Twitter: @pokoli_srk

Responder a