mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
Merge pull request #16 from yvaucher/7.0-assembler-readme
change old link to lp, add license and summary
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#
|
||||
##############################################################################
|
||||
{'name': 'Base Report Assembler',
|
||||
'summary': 'Assemble multiple reports in one PDF',
|
||||
'version': '1.0',
|
||||
'category': 'Report',
|
||||
'description': """
|
||||
@@ -34,14 +35,16 @@ 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': [],
|
||||
'data': ['security/ir.model.access.csv'],
|
||||
'test': [],
|
||||
'installable': True,
|
||||
'auto_install': False,
|
||||
|
||||
2
base_report_assembler/security/ir.model.access.csv
Normal file
2
base_report_assembler/security/ir.model.access.csv
Normal file
@@ -0,0 +1,2 @@
|
||||
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
|
||||
access_assembled_report,access_assembled_report,model_assembled_report,,1,1,1,1
|
||||
|
Reference in New Issue
Block a user