mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
[IMP] module desciption and remove AUTHORS.txt file to write contributors in __openerp__
This commit is contained in:
committed by
Sylvain GARANCHER
parent
e080114b31
commit
5d4581d93b
@@ -1,5 +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>
|
||||
Yannick Vaucher <yannick.vaucher@camptocamp.com>
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user