forked from OCA/reporting-engine
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[10.0][ADD] backport of report_async from Odoo 12
- Loading branch information
1 parent
b64381f
commit 135d6e3
Showing
6 changed files
with
146 additions
and
152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,23 @@ | ||
# Copyright 2019 Ecosoft Co., Ltd (http://ecosoft.co.th/) | ||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html) | ||
{ | ||
'name': 'Report Async', | ||
'summary': 'Central place to run reports live or async', | ||
'version': '12.0.1.0.1', | ||
'author': 'Ecosoft, Odoo Community Association (OCA)', | ||
'license': 'AGPL-3', | ||
'website': 'https://github.com/OCA/reporting-engine', | ||
'category': 'Generic Modules', | ||
'depends': [ | ||
'queue_job', | ||
"name": "Report Async", | ||
"summary": "Central place to run reports live or async", | ||
"version": "10.0.1.0.0", | ||
"author": "Ecosoft, Odoo Community Association (OCA)", | ||
"license": "AGPL-3", | ||
"website": "https://github.com/OCA/reporting-engine", | ||
"category": "Generic Modules", | ||
"depends": ["queue_job"], | ||
"data": [ | ||
"security/ir.model.access.csv", | ||
"security/ir_rule.xml", | ||
"data/mail_template.xml", | ||
"views/report_async.xml", | ||
"wizard/print_report_wizard.xml", | ||
], | ||
'data': [ | ||
'security/ir.model.access.csv', | ||
'security/ir_rule.xml', | ||
'data/mail_template.xml', | ||
'views/report_async.xml', | ||
'wizard/print_report_wizard.xml', | ||
], | ||
'demo': [ | ||
'demo/report_async_demo.xml', | ||
], | ||
'installable': True, | ||
'maintainers': ['kittiu'], | ||
'development_status': 'Beta', | ||
"demo": ["demo/report_async_demo.xml"], | ||
"installable": True, | ||
"maintainers": ["kittiu"], | ||
"development_status": "Beta", | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.