From cbcfa00204f4c9983f2c790e924bba51cee62609 Mon Sep 17 00:00:00 2001 From: Yannick Vaucher Date: Tue, 16 Jun 2015 11:27:06 +0200 Subject: [PATCH] change old link to lp, add license and summary --- base_report_assembler/__openerp__.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/base_report_assembler/__openerp__.py b/base_report_assembler/__openerp__.py index 9a11927a..53751ba1 100644 --- a/base_report_assembler/__openerp__.py +++ b/base_report_assembler/__openerp__.py @@ -19,6 +19,7 @@ # ############################################################################## {'name': 'Base Report Assembler', + 'summary': 'Assemble multiple reports in one PDF', 'version': '1.0', 'category': 'Report', 'description': """ @@ -34,11 +35,13 @@ 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) +- Assemble invoice report: `invoice_report_assemble` +(git@github.com:OCA/account-invoice-report) """, 'author': "Camptocamp,Odoo Community Association (OCA)", 'maintainer': 'Camptocamp', + 'license': 'AGPL-3', 'website': 'http://www.camptocamp.com/', 'depends': ['base'], 'data': [],