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:
@@ -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>
|
|
||||||
@@ -26,14 +26,44 @@
|
|||||||
'name': "Report to printer",
|
'name': "Report to printer",
|
||||||
'version': '0.1',
|
'version': '0.1',
|
||||||
'category': 'Generic Modules/Base',
|
'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.
|
'description': """
|
||||||
Before you can use this module:
|
Report to printer
|
||||||
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
|
This module allows users to send reports to a printer attached to the server.
|
||||||
type ls | lpr at the command prompt to confirm your server can print
|
|
||||||
|
|
||||||
|
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',
|
'author': 'Agile Business Group & Domsense, Pegueroles SCP, NaN',
|
||||||
'website': 'http://www.agilebg.com',
|
'website': 'http://www.agilebg.com',
|
||||||
|
|||||||
Reference in New Issue
Block a user