Ir al contenido
Odoo Menú
  • Identificarse
  • Pruébalo gratis
  • Aplicaciones
    Finanzas
    • Contabilidad
    • Facturación
    • Gastos
    • Hoja de cálculo (BI)
    • Documentos
    • Firma electrónica
    Ventas
    • CRM
    • Ventas
    • TPV para tiendas
    • TPV para restaurantes
    • Suscripciones
    • Alquiler
    Sitios web
    • Creador de sitios web
    • Comercio electrónico
    • Blog
    • Foro
    • Chat en directo
    • eLearning
    Cadena de suministro
    • Inventario
    • Fabricación
    • PLM
    • Compra
    • Mantenimiento
    • Calidad
    Recursos Humanos
    • Empleados
    • Reclutamiento
    • Ausencias
    • Evaluación
    • Referencias
    • Flota
    Marketing
    • Marketing social
    • Marketing por correo electrónico
    • Marketing por SMS
    • Eventos
    • Automatización de marketing
    • Encuestas
    Servicios
    • Proyecto
    • Partes de horas
    • Servicio de campo
    • Servicio de asistencia
    • Planificación
    • Citas
    Productividad
    • Conversaciones
    • Aprobaciones
    • IoT
    • VoIP
    • Información
    • WhatsApp
    Aplicaciones de terceros Studio de Odoo Plataforma de Odoo Cloud
  • Industrias
    Comercio al por menor
    • Librería
    • Tienda de ropa
    • Tienda de muebles
    • Tienda de ultramarinos
    • Ferretería
    • Juguetería
    Alimentación y hostelería
    • Bar y taberna
    • Restaurante
    • Comida rápida
    • Casa de huéspedes
    • Distribuidor de bebidas
    • Hotel
    Inmueble
    • Agencia inmobiliaria
    • Estudio de arquitectura
    • Construcción
    • Gestión inmobiliaria
    • Jardinería
    • Asociación de propietarios
    Consultoría
    • Empresa contable
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Fabricación
    • Textil
    • Metal
    • Muebles
    • Alimentos
    • Brewery
    • Regalos de empresas
    Salud y bienestar
    • Club deportivo
    • Óptica
    • Gimnasio
    • Terapeutas
    • Farmacia
    • Peluquería
    Oficios
    • Handyman
    • Hardware y asistencia informática
    • Sistemas de energía solar
    • Zapatero
    • Servicios de limpieza
    • Servicios de calefacción, ventilación y aire acondicionado
    Otros
    • Organización sin ánimo de lucro
    • Agencia de protección del medio ambiente
    • Alquiler de paneles publicitarios
    • Estudio fotográfico
    • Alquiler de bicicletas
    • Distribuidor de software
    Browse all Industries
  • Comunidad
    Aprender
    • Tutoriales
    • Documentación
    • Certificaciones
    • Formación
    • Blog
    • Podcast
    Potenciar la educación
    • Programa de formación
    • Scale Up! El juego empresarial
    • Visita Odoo
    Obtener el software
    • Descargar
    • Comparar ediciones
    • Versiones
    Colaborar
    • GitHub
    • Foro
    • Eventos
    • Traducciones
    • Convertirse en partner
    • Services for Partners
    • Registrar tu empresa contable
    Obtener servicios
    • Encontrar un partner
    • Encontrar un asesor fiscal
    • Contacta con un experto
    • Servicios de implementación
    • Referencias de clientes
    • Ayuda
    • Actualizaciones
    GitHub YouTube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Solicitar una demostración
  • Precios
  • Ayuda

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Contabilidad
  • Inventario
  • PoS
  • Proyecto
  • MRP
All apps
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Ayuda

list index out of rangeparagraph text u'<para></font></para>' caused exception"

Suscribirse

Reciba una notificación cuando haya actividad en esta publicación

Se marcó esta pregunta
rmlopenofficereportsxwopenerp7
4 Respuestas
7049 Vistas
Avatar
Rihene

Please friends!!

I have tried to create a new report through OpenOffice.

So i have created my .sxw file the converted it to rml but the problem is that when i click on PRINT to get the report, i have this error:

list index out of rangeparagraph text u'&lt;para></font></para>' caused exception"

and here is all the source:


2015-08-25 13:31:48,910 26960 ERROR company openerp.service.web_services: Exception: list index out of rangeparagraph text u'<para></font></para>' caused exception

Traceback (most recent call last):

File "/opt/openerp/v7/server/openerp/service/web_services.py", line 712, in go

(result, format) = obj.create(cr, uid, ids, datas, context)

File "/opt/openerp/v7/server/openerp/report/report_sxw.py", line 442, in create

fnct_ret = fnct(cr, uid, ids, data, report_xml, context)

File "/opt/openerp/v7/server/openerp/report/report_sxw.py", line 511, in create_source_pdf

return self.create_single_pdf(cr, uid, ids, data, report_xml, context)

File "/opt/openerp/v7/server/openerp/report/report_sxw.py", line 533, in create_single_pdf

pdf = create_doc(etree.tostring(processed_rml),rml_parser.localcontext,logo,title.encode('utf8'))

File "/opt/openerp/v7/server/openerp/report/interface.py", line 206, in create_pdf

obj.render()

File "/opt/openerp/v7/server/openerp/report/render/render.py", line 59, in render

self._result = self._render()

File "/opt/openerp/v7/server/openerp/report/render/rml.py", line 41, in _render

return rml2pdf.parseNode(self.rml, self.localcontext, images=self.bin_datas, path=self.path,title=self.title)

File "/opt/openerp/v7/server/openerp/report/render/rml2pdf/trml2pdf.py", line 1032, in parseNode

r.render(fp)

File "/opt/openerp/v7/server/openerp/report/render/rml2pdf/trml2pdf.py", line 328, in render

pt_obj.render(el)

File "/opt/openerp/v7/server/openerp/report/render/rml2pdf/trml2pdf.py", line 1003, in render

fis += r.render(node_story)

File "/opt/openerp/v7/server/openerp/report/render/rml2pdf/trml2pdf.py", line 897, in render

return process_story(node_story)

File "/opt/openerp/v7/server/openerp/report/render/rml2pdf/trml2pdf.py", line 890, in process_story

flow = self._flowable(node)

File "/opt/openerp/v7/server/openerp/report/render/rml2pdf/trml2pdf.py", line 766, in _flowable

result.append(platypus.Paragraph(i, style, **(utils.attr_get(node, [], {'bulletText':'str'}))))

File "/usr/lib/python2.7/dist-packages/reportlab/platypus/paragraph.py", line 987, in __init__

self._setup(text, style, bulletText or getattr(style,'bulletText',None), frags, cleanBlockQuotedText)

File "/usr/lib/python2.7/dist-packages/reportlab/platypus/paragraph.py", line 1009, in _setup

style, frags, bulletTextFrags = _parser.parse(text,style)

File "/usr/lib/python2.7/dist-packages/reportlab/platypus/paraparser.py", line 1151, in parse

annotateException('paragraph text %s caused exception' % ascii(text))

File "/usr/lib/python2.7/dist-packages/reportlab/lib/utils.py", line 1338, in annotateException

rl_reraise(t,v,b)

File "/usr/lib/python2.7/dist-packages/reportlab/platypus/paraparser.py", line 1149, in parse

self.feed(text)

File "/usr/lib/python2.7/HTMLParser.py", line 117, in feed

self.goahead(0)

File "/usr/lib/python2.7/HTMLParser.py", line 163, in goahead

k = self.parse_endtag(i)

File "/usr/lib/python2.7/HTMLParser.py", line 401, in parse_endtag

self.handle_endtag(elem)

File "/usr/lib/python2.7/dist-packages/reportlab/platypus/paraparser.py", line 1185, in handle_endtag

end()

File "/usr/lib/python2.7/dist-packages/reportlab/platypus/paraparser.py", line 834, in end_para

self._pop()

File "/usr/lib/python2.7/dist-packages/reportlab/platypus/paraparser.py", line 986, in _pop

frag = self._stack[-1]

IndexError: list index out of rangeparagraph text u'<para></font></para>' caused exception

2015-08-25 13:31:48,928 26960 ERROR company openerp.netsvc: list index out of rangeparagraph text u'<para></font></para>' caused exception

(<type 'exceptions.IndexError'>, IndexError("list index out of rangeparagraph text u'<para></font></para>' caused exception",), <traceback object at 0x7f23f439aef0>)

Traceback (most recent call last):

File "/opt/openerp/v7/server/openerp/netsvc.py", line 296, in dispatch_rpc

result = ExportService.getService(service_name).dispatch(method, params)

File "/opt/openerp/v7/server/openerp/service/web_services.py", line 654, in dispatch

res = fn(db, uid, *params)

File "/opt/openerp/v7/server/openerp/service/web_services.py", line 760, in exp_report_get

return self._check_report(report_id)

File "/opt/openerp/v7/server/openerp/service/web_services.py", line 738, in _check_report

netsvc.abort_response(exc, exc.message, 'warning', exc.traceback)

File "/opt/openerp/v7/server/openerp/netsvc.py", line 71, in abort_response

raise openerp.osv.osv.except_osv(description, details)

except_osv: (u"list index out of rangeparagraph text u'<para></font></para>' caused exception", (<type 'exceptions.IndexError'>, IndexError("list index out of rangeparagraph text u'<para></font></para>' caused exception",), <traceback object at 0x7f23f439aef0>))

Please, who can help me know the source of this error.

please help


0
Avatar
Descartar
Avatar
Axel Mendoza
Mejor respuesta

this could be resolved by change this:

<para></font></para> 

to this

<para></font> </font></para> 

that fix the error

1
Avatar
Descartar
Shawn Varghese

I think it should actually by: The slash '/' represents a closing tag. So it must have a corresponding opening tag.

Axel Mendoza

and something inside in the case of the font tag, even an space works

Avatar
Nevpro (www.nevprobusinesssolutions.com)
Mejor respuesta

I would like to know more details about reportlab version.

This is clearly an issue with reportlab package.Check the version and  If it is version 3.1,then kindly degrade the it to version 2.6. Restart the server and then try to print the report. You can check the link "http://www.nevprobusinesssolutions.com/error-list-index-out-of-rangeparagraph-text-ucaused-exception/"

Hope it  solves your problem.

1
Avatar
Descartar
¿Le interesa esta conversación? ¡Participe en ella!

Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.

Inscribirse
Publicaciones relacionadas Respuestas Vistas Actividad
How to position result on the horizontal? Resuelto
rml report openerp7
Avatar
1
sept 15
4005
How to add all the employees in an rml report??
rml report openerp7
Avatar
Avatar
4
ago 15
4300
Couldnt load openerp report designer
rml report openerp7
Avatar
0
ago 15
3410
How to write some text before footer in sxw report ?
openoffice report sxw
Avatar
0
mar 15
4598
can we change rml file to sxw ?
rml report sxw
Avatar
Avatar
Avatar
2
mar 15
7020
Comunidad
  • Tutoriales
  • Documentación
  • Foro
Código abierto
  • Descargar
  • GitHub
  • Runbot
  • Traducciones
Servicios
  • Alojamiento Odoo.sh
  • Ayuda
  • Actualizar
  • Desarrollos personalizados
  • Educación
  • Encontrar un asesor fiscal
  • Encontrar un partner
  • Convertirse en partner
Sobre nosotros
  • Nuestra empresa
  • Activos de marca
  • Contacta con nosotros
  • Puestos de trabajo
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Información legal • Privacidad
  • Seguridad
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo es un conjunto de aplicaciones de código abierto que cubren todas las necesidades de tu empresa: CRM, comercio electrónico, contabilidad, inventario, punto de venta, gestión de proyectos, etc.

La propuesta única de valor de Odoo es ser muy fácil de usar y totalmente integrado.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now