[IMP] module desciption and remove AUTHORS.txt file to write contributors in __openerp__

This commit is contained in:
Yannick Vaucher
2013-12-03 11:36:39 +01:00
parent c8614c6db7
commit caa34e7003
2 changed files with 37 additions and 11 deletions

View File

@@ -1,4 +0,0 @@
Ferran Pegueroles <ferran@pegueroles.com>
Albert Cervera i Areny <albert@nan-tic.com>
Davide Corio <davide.corio@agilebg.com>
Lorenzo Battistini <lorenzo.battistini@agilebg.com>

View File

@@ -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 <ferran@pegueroles.com>
* Albert Cervera i Areny <albert@nan-tic.com>
* Davide Corio <davide.corio@agilebg.com>
* Lorenzo Battistini <lorenzo.battistini@agilebg.com>
* Yannick Vaucher <yannick.vaucher@camptocamp.com>
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',