diff --git a/base_report_to_printer/AUTHORS.txt b/base_report_to_printer/AUTHORS.txt deleted file mode 100644 index 308efdf..0000000 --- a/base_report_to_printer/AUTHORS.txt +++ /dev/null @@ -1,5 +0,0 @@ -Ferran Pegueroles -Albert Cervera i Areny -Davide Corio -Lorenzo Battistini -Yannick Vaucher diff --git a/base_report_to_printer/__openerp__.py b/base_report_to_printer/__openerp__.py index 7a35b2d..ced095e 100644 --- a/base_report_to_printer/__openerp__.py +++ b/base_report_to_printer/__openerp__.py @@ -26,14 +26,44 @@ 'name': "Report to printer", 'version': '0.1', 'category': 'Generic Modules/Base', - 'description': """This module allows users to send reports to a printer attached to the server. Settings can be configured globaly, per user, per report and per user and report. - Before you can use this module: - You must have lpr installed for this module to work as-is. - To install lpr on ubuntu enter this command at the CLI - sudo apt-get install cups-bsd - type ls | lpr at the command prompt to confirm your server can print + 'description': """ +Report to printer +----------------- +This module allows users to send reports to a printer attached to the server. + + +Settings can be configured: + +* globaly +* per user +* per report +* per user and report + + +After installing enable the "Printing / Print Operator" option under access +rights to give users the ability to view the print menu. + + +Then goto the user profile and set the users printing action and default +printer. + + +Dependencies +------------ + +This module requires pycups +https://pypi.python.org/pypi/pycups + + +Contributors +------------ + +* Ferran Pegueroles +* Albert Cervera i Areny +* Davide Corio +* Lorenzo Battistini +* Yannick Vaucher - After installing enable the "Printing / Print Operator" option under access rights to give users the ability to view the print menu. - Then goto the user profile and set the users printing action and default printer. """, 'author': 'Agile Business Group & Domsense, Pegueroles SCP, NaN', 'website': 'http://www.agilebg.com',