From caa34e70033c24d57d95467be3a7ad4e14564f7a Mon Sep 17 00:00:00 2001 From: Yannick Vaucher Date: Tue, 3 Dec 2013 11:36:39 +0100 Subject: [PATCH] [IMP] module desciption and remove AUTHORS.txt file to write contributors in __openerp__ --- base_report_to_printer/AUTHORS.txt | 4 --- base_report_to_printer/__openerp__.py | 44 ++++++++++++++++++++++----- 2 files changed, 37 insertions(+), 11 deletions(-) delete mode 100644 base_report_to_printer/AUTHORS.txt diff --git a/base_report_to_printer/AUTHORS.txt b/base_report_to_printer/AUTHORS.txt deleted file mode 100644 index 6cc912b..0000000 --- a/base_report_to_printer/AUTHORS.txt +++ /dev/null @@ -1,4 +0,0 @@ -Ferran Pegueroles -Albert Cervera i Areny -Davide Corio -Lorenzo Battistini 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',