mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[IMP] sql_export: black, isort, prettier
This commit is contained in:
committed by
Sylvain LE GAL
parent
245ac48dc2
commit
333bccfd80
@@ -3,24 +3,24 @@
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
{
|
||||
'name': 'SQL Export',
|
||||
'version': '12.0.1.1.1',
|
||||
'author': 'Akretion,Odoo Community Association (OCA)',
|
||||
'website': 'http://www.akretion.com',
|
||||
'license': 'AGPL-3',
|
||||
'category': 'Generic Modules/Others',
|
||||
'summary': 'Export data in csv file with SQL requests',
|
||||
'depends': [
|
||||
'sql_request_abstract',
|
||||
"name": "SQL Export",
|
||||
"version": "12.0.1.1.1",
|
||||
"author": "Akretion,Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/server-tools",
|
||||
"license": "AGPL-3",
|
||||
"category": "Generic Modules/Others",
|
||||
"summary": "Export data in csv file with SQL requests",
|
||||
"depends": [
|
||||
"sql_request_abstract",
|
||||
],
|
||||
'data': [
|
||||
'views/sql_export_view.xml',
|
||||
'wizard/wizard_file_view.xml',
|
||||
'security/sql_export_security.xml',
|
||||
'security/ir.model.access.csv',
|
||||
"data": [
|
||||
"views/sql_export_view.xml",
|
||||
"wizard/wizard_file_view.xml",
|
||||
"security/sql_export_security.xml",
|
||||
"security/ir.model.access.csv",
|
||||
],
|
||||
'demo': [
|
||||
'demo/sql_export.xml',
|
||||
"demo": [
|
||||
"demo/sql_export.xml",
|
||||
],
|
||||
'installable': True,
|
||||
}
|
||||
"installable": True,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user