python - how to configure the base report to printer in openerp? -


i have installed in base_report_to_printer module print direct printers , installed dependences pycups things'. have configure printing action , default printer in user profile. want print direct printer when hit print button?

i have followed below procedure:

  • after installing enable "printing / print operator" option under access rights give users ability view print menu.

  • to show available printers server, use settings/configuration/printing/update printers cups wizard.

  • then go user profile , set users printing action , default printer.

i want print direct printers.

you need install pycups library server.

step install pycups

sudo apt-get install libcups2-dev sudo pip install pycups 

then need configure cloud printers google accounts. in google cloud printers see ipp of printers.

you need add new printer server using ipp. when user request print printer server identifies request , forward request appropriate location.

to show available printers server, use settings/configuration/printing/update printers cups wizard.

you can configure reports printing action each report or each user well.


Comments

Popular posts from this blog

google chrome - Developer tools - How to inspect the elements which are added momentarily (by JQuery)? -

angularjs - Showing an empty as first option in select tag -

php - Cloud9 cloud IDE and CakePHP -