Skip to Content
Odoo Menu
  • Sign in
  • Try it free
  • Apps
    Finance
    • Accounting
    • Invoicing
    • Expenses
    • Spreadsheet (BI)
    • Documents
    • Sign
    Sales
    • CRM
    • Sales
    • POS Shop
    • POS Restaurant
    • Subscriptions
    • Rental
    Websites
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Supply Chain
    • Inventory
    • Manufacturing
    • PLM
    • Purchase
    • Maintenance
    • Quality
    Human Resources
    • Employees
    • Recruitment
    • Time Off
    • Appraisals
    • Referrals
    • Fleet
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Events
    • Marketing Automation
    • Surveys
    Services
    • Project
    • Timesheets
    • Field Service
    • Helpdesk
    • Planning
    • Appointments
    Productivity
    • Discuss
    • Approvals
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage Distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Estate Management
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Manufacturing
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Community
    Learn
    • Tutorials
    • Documentation
    • Certifications
    • Training
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Download
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Events
    • Translations
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Pricing
  • Help

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

  • CRM
  • e-Commerce
  • Accounting
  • Inventory
  • PoS
  • Project
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
Help

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

Subscribe

Get notified when there's activity on this post

This question has been flagged
rmlopenofficereportsxwopenerp7
4 Replies
7031 Views
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
Discard
Avatar
Axel Mendoza
Best Answer

this could be resolved by change this:

<para></font></para> 

to this

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

that fix the error

1
Avatar
Discard
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)
Best Answer

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
Discard
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Sign up
Related Posts Replies Views Activity
How to position result on the horizontal? Solved
rml report openerp7
Avatar
1
Sep 15
3999
How to add all the employees in an rml report??
rml report openerp7
Avatar
Avatar
4
Aug 15
4292
Couldnt load openerp report designer
rml report openerp7
Avatar
0
Aug 15
3404
How to write some text before footer in sxw report ?
openoffice report sxw
Avatar
0
Mar 15
4579
can we change rml file to sxw ?
rml report sxw
Avatar
Avatar
Avatar
2
Mar 15
7005
Community
  • Tutorials
  • Documentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Translations
Services
  • Odoo.sh Hosting
  • Support
  • Upgrade
  • Custom Developments
  • Education
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Brand Assets
  • Contact us
  • Jobs
  • Events
  • Podcast
  • Blog
  • Customers
  • Legal • Privacy
  • Security
الْعَرَبيّة 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 is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

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