Extract the module's description in a REAME.rst file

This commit is contained in:
Guewen Baconnier
2014-11-17 13:42:10 +01:00
parent fc884fef23
commit b6fea158c3
2 changed files with 15 additions and 17 deletions

15
printer_tray/README.rst Normal file
View File

@@ -0,0 +1,15 @@
Report to printer - Paper tray selection
========================================
**Author:** Camptocamp SA
*This module extends `Report to printer` module.*
It detects trays on printer installation plus permits to select the
paper source on which you want to print directly.
You will find this option on default user config, on default report
config and on specific config per user per report.
This allows you to dedicate a specific paper source for exemple for
preprinted paper such as payment slip.

View File

@@ -21,23 +21,6 @@
{'name': 'Report to printer - Paper tray selection', {'name': 'Report to printer - Paper tray selection',
'version': '1.0', 'version': '1.0',
'category': 'Printer', 'category': 'Printer',
'description': """
Report to printer - Paper tray selection
========================================
**Author:** Camptocamp SA
*This module extends `Report to printer` module.*
It detects trays on printer installation plus permits to select
the paper source on which you want to print directly.
You will find this option on default user config, on default report config
and on specific config per user per report.
This allows you to dedicate a specific paper source for exemple for prepinted
paper such as payment slip.
""",
'author': 'Camptocamp', 'author': 'Camptocamp',
'maintainer': 'Camptocamp', 'maintainer': 'Camptocamp',
'website': 'http://www.camptocamp.com/', 'website': 'http://www.camptocamp.com/',