diff --git a/printer_tray/README.rst b/printer_tray/README.rst new file mode 100644 index 0000000..3e7ce79 --- /dev/null +++ b/printer_tray/README.rst @@ -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. diff --git a/printer_tray/__openerp__.py b/printer_tray/__openerp__.py index e193ea2..1a44c38 100644 --- a/printer_tray/__openerp__.py +++ b/printer_tray/__openerp__.py @@ -21,23 +21,6 @@ {'name': 'Report to printer - Paper tray selection', 'version': '1.0', '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', 'maintainer': 'Camptocamp', 'website': 'http://www.camptocamp.com/',