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

Is their any simple way to Print reports directly instead of saving First ?

Subscribe

Get notified when there's activity on this post

This question has been flagged
printerprintprinting
8 Replies
44138 Views
Avatar
Anand

When ever Print button is clicked, Save as Dialog appears.User has to save the pdf file and open it then print. If the task is print, why user should go through so many steps?

Is there any way to Print directly to Default Printer if Print button is pressed?

Thank you

8
Avatar
Discard
Naresh Soni (nch)

You have already filed a similar one:http://help.openerp.com/question/10802/how-do-i-open-pdf-file-directly-while-printing-instead-of-save-as-prompt/ please close this to avoid duplicates.

Anand
Author

Hi Naresh, The previous one I want to open as PDF file directly instead of Save as Prompt. This one Print Directly without generating PDF. This two are different. Thanks

Naresh Soni (nch)

Anand ! I edited the title ! So no more confusion. :-D

Nicolas Bustillos

Don't know how, but this video shows exactly what we need: http://www.youtube.com/watch?v=7PPrVxgJ934 . Says the module will be released soon

Creyox Technologies

Hello,

This module may be helpful to you. User wise print or open the report.
https://apps.odoo.com/apps/modules/14.0/shvm_report_options/

Avatar
Vasily Puntus | VentorTech
Best Answer

Sure, you can instantly print any Odoo report (PDF or ZPL) without saving it via the Odoo Direct Print app - https://bit.ly/ODP15

0
Avatar
Discard
Avatar
eLBati
Best Answer

You can use base_report_to_printer

2
Avatar
Discard
Avatar
john
Best Answer

We tried IE and Chrome browsers but Firefox was best and can be set to preview instead of download. The PDF loads in the browser window and then you just 'right click' print or 'file->print'...

I think that the problem sometimes occurs when the web server you are downloading the PDF from does not serve the PDF with the correct MIME type.

When the web server serves a PDF with the correct MIME type, Chrome previews it. When the web server serves a PDF with the incorrect or generic MIME type (application/octet-stream), Chrome downloads it.

If the server returns a Content-Type of text/html Chrome will display/open the PDF directly in the browser. However, if the server returns a Content-Type of application/pdf then the browser will prompt the user to save/download the PDF.

I found this code on stackoverflow that maybe could be used in openErp: open(PDF, "the.pdf") or die "could not open PDF [$!]"; binmode PDF; my $output = do { local $/; <pdf> }; close (PDF);

print "Content-Type: application/pdf\n"; print "Content-Length: " .length($output) . "\n\n"; print $output

1
Avatar
Discard
Grégoire Krieg (gkr)

Source: http://superuser.com/questions/219870/how-to-open-pdf-in-chromes-integrated-viewer-without-downloading-it

Avatar
patrick
Best Answer

Reports are PDF-files, and you have to open them one way or another to print them.

It is not needed to save the PDF-files, just open them and click on print or use CNTR-P.

On my Windows machine, I can right-click on a PDF-file (a saved one), and select the option 'Print'.

Maybe someone made or will make an extention to print from within the browser, this might be Javascript. That will solve your question.

1
Avatar
Discard
michel Guénard

"Maybe someone made or will make an extention to print from within the browser, this might be Javascript. That will solve your question." I consider such an extension as mandatory for printing POS receipts with any dot printer (they can not print pdf files nor images); see http://help.openerp.com/question/3916/printable-payment-receipts-in-openerp-7/

Avatar
Moaaz Gafar
Best Answer

see this https://apps.odoo.com/apps/modules/17.0/mo_direct_print_report

0
Avatar
Discard
Avatar
Omni Byte
Best Answer

As Odoo evolves, new modules and tools are continually emerging. You might be interested in trying Omni Print , which allows you to send print jobs directly to your desktop printers

0
Avatar
Discard
Avatar
Ram S
Best Answer

CNTR-P is something we can't send to customers. Printing directly is one of the important feature everyone wants it. I hope OpenERP team will consider this as one of the core needs.

0
Avatar
Discard
john

We tried another SAAS web based system before choosing openErp and they had direct printing. We had to load some software (print server software) onto one of the PC machines in the local network. This solution worked great on the PC machines and even from the Windows handheld devices (WinCE web application on handheld motorola symbol machines)

Timothy Solomon

What "print server software" did you use @john? CUPS? was that on a windows or linux server?

Avatar
Mario Arias Badila
Best Answer

For windows clients, we use filetypesman, from http://www.nirsoft.net/utils/file_types_manager.html

Then we change the default action for pdf files to "print", and that at least saves the user a couple clicks each time...

There are also a couple modules that enable direct printing.  Just search the web and you will find them (but I think most are not updated to v8+ )

Finally, for POS clients, we install a POSBox and enable direct printing from POS client...

Regards,

-Mario

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
Printable payment receipts in openerp 7 YES OR NOT?
printer print printing receipt
Avatar
Avatar
Avatar
2
Mar 15
9704
Direct Print
printer printing printnode
Avatar
Avatar
1
Jun 23
3223
How can we add a function call at print time?
print printing v14
Avatar
Avatar
1
Mar 21
5312
How to configure thermal printer to work with POS webclient ver7 Solved
pos printer printing
Avatar
Avatar
Avatar
Avatar
3
Jan 24
16439
How to print a pdf while using base_report_print straight to printer on a server ?
print printing base
Avatar
Avatar
1
Mar 15
5325
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