Passa al contenuto
Odoo Menu
  • Accedi
  • Provalo gratis
  • App
    Finanze
    • Contabilità
    • Fatturazione
    • Note spese
    • Fogli di calcolo (BI)
    • Documenti
    • Firma
    Vendite
    • CRM
    • Vendite
    • Punto vendita Negozio
    • Punto vendita Ristorante
    • Abbonamenti
    • Noleggi
    Siti web
    • Configuratore sito web
    • E-commerce
    • Blog
    • Forum
    • Live chat
    • E-learning
    Supply chain
    • Magazzino
    • Produzione
    • PLM
    • Acquisti
    • Manutenzione
    • Qualità
    Risorse umane
    • Dipendenti
    • Assunzioni
    • Ferie
    • Valutazioni
    • Referral dipendenti
    • Parco veicoli
    Marketing
    • Social marketing
    • E-mail marketing
    • SMS marketing
    • Eventi
    • Marketing automation
    • Sondaggi
    Servizi
    • Progetti
    • Fogli ore
    • Assistenza sul campo
    • Helpdesk
    • Pianificazione
    • Appuntamenti
    Produttività
    • Comunicazioni
    • Approvazioni
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    App di terze parti Odoo Studio Piattaforma cloud Odoo
  • Settori
    Retail
    • Libreria
    • Negozio di abbigliamento
    • Negozio di arredamento
    • Alimentari
    • Ferramenta
    • Negozio di giocattoli
    Cibo e ospitalità
    • Bar e pub
    • Ristorante
    • Fast food
    • Pensione
    • Grossista di bevande
    • Hotel
    Agenzia immobiliare
    • Agenzia immobiliare
    • Studio di architettura
    • Edilizia
    • Gestione immobiliare
    • Impresa di giardinaggio
    • Associazione di proprietari immobiliari
    Consulenza
    • Società di contabilità
    • Partner Odoo
    • Agenzia di marketing
    • Studio legale
    • Selezione del personale
    • Audit e certificazione
    Produzione
    • Tessile
    • Metallo
    • Arredamenti
    • Alimentare
    • Birrificio
    • Ditta di regalistica aziendale
    Benessere e sport
    • Club sportivo
    • Negozio di ottica
    • Centro fitness
    • Centro benessere
    • Farmacia
    • Parrucchiere
    Commercio
    • Tuttofare
    • Hardware e assistenza IT
    • Ditta di installazione di pannelli solari
    • Calzolaio
    • Servizi di pulizia
    • Servizi di climatizzazione
    Altro
    • Organizzazione non profit
    • Ente per la tutela ambientale
    • Agenzia di cartellonistica pubblicitaria
    • Studio fotografico
    • Punto noleggio di biciclette
    • Rivenditore di software
    Carica tutti i settori
  • Community
    Apprendimento
    • Tutorial
    • Documentazione
    • Certificazioni 
    • Formazione
    • Blog
    • Podcast
    Potenzia la tua formazione
    • Programma educativo
    • Scale Up! Business Game
    • Visita Odoo
    Ottieni il software
    • Scarica
    • Versioni a confronto
    • Note di versione
    Collabora
    • Github
    • Forum
    • Eventi
    • Traduzioni
    • Diventa nostro partner
    • Servizi per partner
    • Registra la tua società di contabilità
    Ottieni servizi
    • Trova un partner
    • Trova un contabile
    • Incontra un esperto
    • Servizi di implementazione
    • Testimonianze dei clienti
    • Supporto
    • Aggiornamenti
    GitHub Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Richiedi una demo
  • Prezzi
  • Aiuto

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

  • CRM
  • e-Commerce
  • Contabilità
  • Magazzino
  • PoS
  • Progetti
  • MRP
All apps
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
Assistenza

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

Iscriviti

Ricevi una notifica quando c'è un'attività per questo post

La domanda è stata contrassegnata
rmlopenofficereportsxwopenerp7
4 Risposte
7050 Visualizzazioni
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
Abbandona
Avatar
Axel Mendoza
Risposta migliore

this could be resolved by change this:

<para></font></para> 

to this

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

that fix the error

1
Avatar
Abbandona
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)
Risposta migliore

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
Abbandona
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!

Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!

Registrati
Post correlati Risposte Visualizzazioni Attività
How to position result on the horizontal? Risolto
rml report openerp7
Avatar
1
set 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
Community
  • Tutorial
  • Documentazione
  • Forum
Open source
  • Scarica
  • Github
  • Runbot
  • Traduzioni
Servizi
  • Hosting Odoo.sh
  • Supporto
  • Aggiornamenti
  • Sviluppi personalizzati
  • Formazione
  • Trova un contabile
  • Trova un partner
  • Diventa nostro partner
Chi siamo
  • La nostra azienda
  • Branding
  • Contattaci
  • Lavora con noi
  • Eventi
  • Podcast
  • Blog
  • Clienti
  • Note legali • Privacy
  • Sicurezza
الْعَرَبيّة 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 è un gestionale di applicazioni aziendali open source pensato per coprire tutte le esigenze della tua azienda: CRM, Vendite, E-commerce, Magazzino, Produzione, Fatturazione elettronica, Project Management e molto altro.

Il punto di forza di Odoo è quello di offrire un ecosistema unico di app facili da usare, intuitive e completamente integrate tra loro.

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