From db8b04f3d155da5fb5faa9ab730c1492c8599618 Mon Sep 17 00:00:00 2001 From: Holger Brunn Date: Fri, 23 Jan 2015 08:57:13 +0100 Subject: [PATCH] [ADD] move description to README.rst --- report_custom_filename/README.rst | 40 +++++++++++++++++++++++++++ report_custom_filename/__openerp__.py | 9 ------ 2 files changed, 40 insertions(+), 9 deletions(-) create mode 100644 report_custom_filename/README.rst diff --git a/report_custom_filename/README.rst b/report_custom_filename/README.rst new file mode 100644 index 00000000..93357360 --- /dev/null +++ b/report_custom_filename/README.rst @@ -0,0 +1,40 @@ +Custom report filenames +======================= + +This addon allows for custom filenames for reports. + +Configuration +============= + +To configure this module, open the report whose filename you want to change and fill in the `Download filename` field. This field is evaluated as jinja2 template with `objects` being a list of browse records of the records to print, and `o` the first record. + +Known issues / Roadmap +====================== + + * Currently, only old-style reports (ir.actions.report.xml) are supported, it should be simple to add support for qweb reports. + +Credits +======= + +Contributors +------------ + +* Holger Brunn + +Icon +---- + +Icon courtesy of http://www.picol.org/ (download_settings.svg) + +Maintainer +---------- + +.. image:: http://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: http://odoo-community.org + +This module is maintained by the OCA. + +OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. + +To contribute to this module, please visit http://odoo-community.org. diff --git a/report_custom_filename/__openerp__.py b/report_custom_filename/__openerp__.py index a9808390..212a6b91 100644 --- a/report_custom_filename/__openerp__.py +++ b/report_custom_filename/__openerp__.py @@ -25,15 +25,6 @@ "author": "Therp BV", "license": "AGPL-3", "complexity": "normal", - "description": """ -This addon allows for custom filenames for reports. Currently, only old-style -reports (ir.actions.report.xml) are supported, it should be simple to add -support for qweb reports. - -Acknowledgements -================ -Icon courtesy of http://www.picol.org/ (download_settings.svg) - """, "category": "Reporting", "depends": [ 'web',