mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[IMP] report_async: black, isort, prettier
This commit is contained in:
@@ -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": "14.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",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user