This question has been flagged
6 Replies
10592 Views

Is there any module for direct printing, I having a module for printing report when i give a print button, need to print directly from the printer. I tried base_report_to_printer it is not supporting for my concept.

Avatar
Discard

Did you find it ?

Hello,

Below module helpful to user wise print or open the report in odoo.

https://apps.odoo.com/apps/modules/14.0/shvm_user_wise_report_options/

Best Answer

You can try this module \https://www.odoo.com/apps/modules/13.0/printnode_base/

It seems that the Odoo Direct Print app meets your requirements.

Avatar
Discard
Best Answer

hi sridhar,

 please go throuh this link  \https://github.com/OCA/report-print-send/tree/11.0/base_report_to_printer. this may help you

Avatar
Discard
Best Answer

this works only if the server in local network, what if the server hosted in the cloud?

Avatar
Discard

Thanks brother!, wish you the best.

If so, then the only module to do that is an Odoo Direct Print. Check out the link from @Vasily Puntus above

Hi Mareai,
If you can perform sys admin tasks on your cloud server, you can make it work.
Plug your printer to a Raspberry PI. On this Raspberry install a print server (CUPS) and add the printer to this print server (make the printer shared). Make Raspberry and hosted server connected on a local network building a VPN.
Then add OCA app "Report to printer" ( https://github.com/OCA/report-print-send) on Odoo and add print server using the interface. From there you can discover printer.

Hope this helps.