Buenos días,

he instalado el módulo trytond-sale_pos_jreport y al intentar imprimir el 
Tiquet de venta, de sale el sieguiente error:

Traceback (most recent call last):
  File "/trytond/protocols/jsonrpc.py", line 158, in _marshaled_dispatch
    response['result'] = dispatch_method(method, params)
  File "/trytond/protocols/jsonrpc.py", line 194, in _dispatch
    res = dispatch(*args)
  File "/trytond/protocols/dispatcher.py", line 184, in dispatch
    result = rpc.result(meth(*c_args, **c_kwargs))
  File "/trytond/report/report.py", line 144, in execute
    type, data = cls.parse(action_report, records, data, {})
  File "/trytond/report/report.py", line 205, in parse
    raise Exception('Error', 'Missing report file!')
Exception: ('Error', 'Missing report file!')

Al pàrecer falta el fichero del report... pero no acabo de entender porqué 
no está el fichero, no debería ir con la instalación?

Gracias!

Responder a