From dbb95abf3945e1442dd778e55b49b7bb6247cfd9 Mon Sep 17 00:00:00 2001 From: Yannick Vaucher Date: Mon, 13 Jan 2014 15:50:00 +0100 Subject: [PATCH] [IMP] module description --- base_report_assembler/__openerp__.py | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/base_report_assembler/__openerp__.py b/base_report_assembler/__openerp__.py index 45dbc41a..6a2bd92a 100644 --- a/base_report_assembler/__openerp__.py +++ b/base_report_assembler/__openerp__.py @@ -21,7 +21,22 @@ {'name' : 'Base Report Assembler', 'version' : '1.0', 'category': 'Report', - 'description': """Defines a new type of report which is an assemblage of multiple other reports""", + 'description': """ +Base Report Assembler +===================== + +Defines a new type of report which is an assemblage of multiple other reports +of the same object. + +For example you can merge the pdf output of a rml invoice report with the pdf +output of a webkit payment slip. + +To install this assemblage option for specific object you can install +the folling module(s): + +- Invoices: invoice_report_assemble (lp:account-invoice-report) + +""", 'author' : 'Camptocamp', 'maintainer': 'Camptocamp', 'website': 'http://www.camptocamp.com/',