Browse Source

change old link to lp, add license and summary

pull/16/head
Yannick Vaucher 9 years ago
parent
commit
cbcfa00204
  1. 5
      base_report_assembler/__openerp__.py

5
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': [],

Loading…
Cancel
Save