Hi,
Is any one know how to print a server side report from client side browser instead of downloading the report.
In my odoo we have creating one customer label and i need to print that from another network computer,but i am not able print it directly to the locally connected printers. and i have seen so many of them are preferred to use cups to connect the printers,but i need to print those reports from client side.
I have seen one JavaScript library Print.js http://printjs.crabbly.com/ which is used , when users request to print reports that are generated on the server side.
Can i use this in odoo ? Is anyone tried this?