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

Report not working

Subscribe

Get notified when there's activity on this post

This question has been flagged
rmlreportsodoo
6306 Views
Avatar
Rahul Shendge

I got product label report, but it generate issue.

ncaught SyntaxError: Unexpected end of input

http://localhost:8069/web?debug=#id=41&view_type=form&model=product.product&action=118&active_id=37:2

Terminal output

Traceback (most recent call last):

File "/home/devid/source/v8/odoo/addons/web/controllers/main.py", line 69, in wrap

return f(args, *kwargs)

File "/home/devid/source/v8/odoo/addons/web/controllers/main.py", line 1576, in index

request.session.db, request.session.uid, request.session.password, report_id)

File "/home/devid/source/v8/odoo/openerp/http.py", line 807, in proxy_method

result = dispatch_rpc(self.service_name, method, args)

File "/home/devid/source/v8/odoo/openerp/http.py", line 100, in dispatch_rpc

result = dispatch(method, params)

File "/home/devid/source/v8/odoo/openerp/service/report.py", line 34, in dispatch

res = fn(db, uid, *params)

File "/home/devid/source/v8/odoo/openerp/service/report.py", line 141, in exp_report_get

return _check_report(report_id)

File "/home/devid/source/v8/odoo/openerp/service/report.py", line 119, in _check_report

raise openerp.osv.orm.except_orm(exc.message, exc.traceback)

except_orm: (u'code', (, KeyError('code',), ))

2015-01-24 10:39:01,348 3797 WARNING zebraprintv8demodata openerp.http: returns an invalid response type for an http request


On Windows Showing error in log file



File "C:\Program Files\Odoo 8.0-20141009-000215\server\.\openerp\service\report.py", line 93, in go

File "C:\Program Files\Odoo 8.0-20141009-000215\server\.\openerp\report\__init__.py", line 40, in render_report

File "C:\Program Files\Odoo 8.0-20141009-000215\server\.\openerp\api.py", line 237, in wrapper

File "C:\Program Files\Odoo 8.0-20141009-000215\server\openerp\addons\base\ir\ir_actions.py", line 155, in render_report

File "C:\Program Files\Odoo 8.0-20141009-000215\server\.\openerp\report\report_sxw.py", line 392, in create

File "C:\Program Files\Odoo 8.0-20141009-000215\server\.\openerp\report\report_sxw.py", line 461, in create_source_pdf

File "C:\Program Files\Odoo 8.0-20141009-000215\server\.\openerp\report\report_sxw.py", line 483, in create_single_pdf

File "C:\Program Files\Odoo 8.0-20141009-000215\server\.\openerp\report\interface.py", line 221, in create_pdf

File "C:\Program Files\Odoo 8.0-20141009-000215\server\.\openerp\report\render\render.py", line 59, in render

File "C:\Program Files\Odoo 8.0-20141009-000215\server\.\openerp\report\render\rml.py", line 41, in _render

File "C:\Program Files\Odoo 8.0-20141009-000215\server\.\openerp\report\render\rml2pdf\trml2pdf.py", line 1042, in parseNode

File "C:\Program Files\Odoo 8.0-20141009-000215\server\.\openerp\report\render\rml2pdf\trml2pdf.py", line 334, in render

File "C:\Program Files\Odoo 8.0-20141009-000215\server\.\openerp\report\render\rml2pdf\trml2pdf.py", line 1022, in render

File "reportlab\platypus\doctemplate.pyc", line 890, in build

File "reportlab\platypus\doctemplate.pyc", line 773, in handle_flowable

File "reportlab\platypus\frames.pyc", line 190, in _add

File "reportlab\platypus\flowables.pyc", line 110, in drawOn

File "reportlab\platypus\flowables.pyc", line 91, in _drawOn

File "reportlab\platypus\tables.pyc", line 1368, in draw

File "reportlab\platypus\tables.pyc", line 1476, in _drawCell

File "reportlab\platypus\flowables.pyc", line 110, in drawOn

File "reportlab\platypus\flowables.pyc", line 91, in _drawOn

File "C:\Program Files\Odoo 8.0-20141009-000215\server\.\openerp\report\render\rml2pdf\trml2pdf.py", line 622, in draw

File "C:\Program Files\Odoo 8.0-20141009-000215\server\.\openerp\report\render\rml2pdf\trml2pdf.py", line 607, in render

File "C:\Program Files\Odoo 8.0-20141009-000215\server\.\openerp\report\render\rml2pdf\trml2pdf.py", line 590, in render

File "C:\Program Files\Odoo 8.0-20141009-000215\server\.\openerp\report\render\rml2pdf\trml2pdf.py", line 515, in _image

File "C:\Program Files\Odoo 8.0-20141009-000215\server\.\openerp\report\render\rml2pdf\trml2pdf.py", line 86, in _open_image

IOError: File /opt/odoo/odoo/addons/customer_multi_reports/image/Giga_Logo_Colour.bmp cannot be found in image path

2015-05-08 04:49:30,842 3080 ERROR odoo openerp.addons.web.controllers.main: An exception occured during an http request

Traceback (most recent call last):

File "C:\Program Files\Odoo 8.0-20141009-000215\server\openerp\addons\web\controllers\main.py", line 69, in wrap

File "C:\Program Files\Odoo 8.0-20141009-000215\server\openerp\addons\web\controllers\main.py", line 1570, in index

File "C:\Program Files\Odoo 8.0-20141009-000215\server\.\openerp\http.py", line 807, in proxy_method

File "C:\Program Files\Odoo 8.0-20141009-000215\server\.\openerp\http.py", line 100, in dispatch_rpc

File "C:\Program Files\Odoo 8.0-20141009-000215\server\.\openerp\service\report.py", line 34, in dispatch

File "C:\Program Files\Odoo 8.0-20141009-000215\server\.\openerp\service\report.py", line 141, in exp_report_get

File "C:\Program Files\Odoo 8.0-20141009-000215\server\.\openerp\service\report.py", line 119, in _check_report

except_orm: (u'File /opt/odoo/odoo/addons/customer_multi_reports/image/Giga_Logo_Colour.bmp cannot be found in image path', (<type 'exceptions.IOError'>, IOError('File /opt/odoo/odoo/addons/customer_multi_reports/image/Giga_Logo_Colour.bmp cannot be found in image path',), <traceback object at 0x1FC5B968>))

2015-05-08 04:49:30,844 3080 WARNING odoo openerp.http: <function openerp.addons.web.controllers.main.index> returns an invalid response type for an http request

2015-05-08 04:49:30,845 3080 INFO odoo werkzeug: 127.0.0.1 - - [08/May/2015 04:49:30] "POST /web/report HTTP/1.1" 500 -

2015-05-08 04:49:37,969 3080 INFO odoo werkzeug: 127.0.0.1 - - [08/May/2015 04:49:37] "POST /longpolling/poll HTTP/1.1" 200 -

2015-05-08 04:49:52,210 3080 INFO odoo werkzeug: 127.0.0.1 - - [08/May/2015 04:49:52] "POST /longpolling/poll HTTP/1.1" 200 -

0
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
Odoo auto attach pdf in email Solved
wizard rml reports odoo
Avatar
Avatar
Avatar
Avatar
Avatar
5
Dec 23
19889
What is the difference between t-esc and t-raw ? Solved
reports odoo
Avatar
Avatar
Avatar
2
Dec 23
61147
What are the css class available for odoo reporting ? Where we can find it ? Solved
reports odoo
Avatar
Avatar
Avatar
3
Dec 23
20853
ODOO: ValueError: External ID not found in the system: hr_payroll.payslip_pdf
rml odoo
Avatar
Avatar
1
Mar 16
16168
How to vertically center texts in blocktable cells in rml reports? Solved
rml reports
Avatar
Avatar
2
May 15
6740
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