Pular para o conteúdo
Odoo Menu
  • Entrar
  • Experimente grátis
  • Aplicativos
    Finanças
    • Financeiro
    • Faturamento
    • Despesas
    • Planilhas (BI)
    • Documentos
    • Assinar Documentos
    Vendas
    • CRM
    • Vendas
    • PDV Loja
    • PDV Restaurantes
    • Assinaturas
    • Locação
    Websites
    • Criador de Sites
    • e-Commerce
    • Blog
    • Fórum
    • Chat ao Vivo
    • e-Learning
    Cadeia de mantimentos
    • Inventário
    • Fabricação
    • PLM - Ciclo de Vida do Produto
    • Compras
    • Manutenção
    • Qualidade
    Recursos Humanos
    • Funcionários
    • Recrutamento
    • Folgas
    • Avaliações
    • Indicações
    • Frota
    Marketing
    • Redes Sociais
    • Marketing por E-mail
    • Marketing por SMS
    • Eventos
    • Automação de Marketing
    • Pesquisas
    Serviços
    • Projeto
    • Planilhas de Horas
    • Serviço de Campo
    • Central de Ajuda
    • Planejamento
    • Compromissos
    Produtividade
    • Mensagens
    • Aprovações
    • Internet das Coisas
    • VoIP
    • Conhecimento
    • WhatsApp
    Aplicativos de terceiros Odoo Studio Plataforma Odoo Cloud
  • Setores
    Varejo
    • Loja de livros
    • Loja de roupas
    • Loja de móveis
    • Mercearia
    • Loja de ferramentas
    • Loja de brinquedos
    Comida e hospitalidade
    • Bar e Pub
    • Restaurante
    • Fast Food
    • Hospedagem
    • Distribuidor de bebidas
    • Hotel
    Imóveis
    • Imobiliária
    • Escritório de arquitetura
    • Construção
    • Administração de propriedades
    • Jardinagem
    • Associação de proprietários de imóveis
    Consultoria
    • Escritório de Contabilidade
    • Parceiro Odoo
    • Agência de marketing
    • Escritório de advocacia
    • Aquisição de talentos
    • Auditoria e Certificação
    Fabricação
    • Têxtil
    • Metal
    • Móveis
    • Alimentação
    • Cervejaria
    • Presentes corporativos
    Saúde e Boa forma
    • Clube esportivo
    • Loja de óculos
    • Academia
    • Profissionais de bem-estar
    • Farmácia
    • Salão de cabeleireiro
    Comércio
    • Handyman
    • Hardware e Suporte de TI
    • Sistemas de energia solar
    • Sapataria
    • Serviços de limpeza
    • Serviços de climatização
    Outros
    • Organização sem fins lucrativos
    • Agência Ambiental
    • Aluguel de outdoors
    • Fotografia
    • Aluguel de bicicletas
    • Revendedor de software
    Navegar por todos os setores
  • Comunidade
    Aprenda
    • Tutoriais
    • Documentação
    • Certificações
    • Treinamento
    • Blog
    • Podcast
    Empodere a Educação
    • Programa de educação
    • Scale Up! Jogo de Negócios
    • Visite a Odoo
    Obtenha o Software
    • Baixar
    • Comparar edições
    • Releases
    Colaborar
    • Github
    • Fórum
    • Eventos
    • Traduções
    • Torne-se um parceiro
    • Serviços para parceiros
    • Cadastre seu escritório contábil
    Obtenha os serviços
    • Encontre um parceiro
    • Encontre um Contador
    • Conheça um consultor
    • Serviços de Implementação
    • Referências de Clientes
    • Suporte
    • Upgrades
    Github YouTube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Faça uma demonstração
  • Preços
  • Ajuda

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

  • CRM
  • e-Commerce
  • Financeiro
  • Inventário
  • PoS
  • Projeto
  • MRP
All apps
É necessário estar registrado para interagir com a comunidade.
Todas as publicações Pessoas Emblemas
Marcadores (Ver tudo)
odoo accounting v14 pos v15
Sobre este fórum
É necessário estar registrado para interagir com a comunidade.
Todas as publicações Pessoas Emblemas
Marcadores (Ver tudo)
odoo accounting v14 pos v15
Sobre este fórum
Ajuda

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

Inscrever

Seja notificado quando houver atividade nesta publicação

Esta pergunta foi sinalizada
rmlopenofficereportsxwopenerp7
4 Respostas
7042 Visualizações
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
Cancelar
Avatar
Axel Mendoza
Melhor resposta

this could be resolved by change this:

<para></font></para> 

to this

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

that fix the error

1
Avatar
Cancelar
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)
Melhor resposta

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
Cancelar
Está gostando da discussão? Não fique apenas lendo, participe!

Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!

Inscreva-se
Publicações relacionadas Respostas Visualizações Atividade
How to position result on the horizontal? Resolvido
rml report openerp7
Avatar
1
set. 15
4002
How to add all the employees in an rml report??
rml report openerp7
Avatar
Avatar
4
ago. 15
4296
Couldnt load openerp report designer
rml report openerp7
Avatar
0
ago. 15
3409
How to write some text before footer in sxw report ?
openoffice report sxw
Avatar
0
mar. 15
4593
can we change rml file to sxw ?
rml report sxw
Avatar
Avatar
Avatar
2
mar. 15
7015
Comunidade
  • Tutoriais
  • Documentação
  • Fórum
Open Source
  • Baixar
  • Github
  • Runbot
  • Traduções
Serviços
  • Odoo.sh Hosting
  • Suporte
  • Upgrade
  • Desenvolvimentos personalizados
  • Educação
  • Encontre um Contador
  • Encontre um parceiro
  • Torne-se um parceiro
Sobre nós
  • Nossa empresa
  • Ativos da marca
  • Contato
  • Empregos
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Legal • Privacidade
  • Segurança
الْعَرَبيّة 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 é um conjunto de aplicativos de negócios em código aberto que cobre todas as necessidades de sua empresa: CRM, comércio eletrônico, contabilidade, estoque, ponto de venda, gerenciamento de projetos, etc.

A proposta de valor exclusiva Odoo é ser, ao mesmo tempo, muito fácil de usar e totalmente integrado.

Site feito com

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