[IMP] sql_request_abstract black, isort

This commit is contained in:
alfadil
2020-03-05 15:59:30 +03:00
committed by Sylvain LE GAL
parent 53e1f298d3
commit dfab6e248a
4 changed files with 100 additions and 89 deletions

View File

@@ -3,20 +3,18 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
'name': 'SQL Request Abstract',
'version': '12.0.1.0.1',
'author': 'GRAP,Akretion,Odoo Community Association (OCA)',
'website': 'https://www.odoo-community.org',
'license': 'AGPL-3',
'category': 'Tools',
'summary': 'Abstract Model to manage SQL Requests',
'depends': [
'base',
"name": "SQL Request Abstract",
"version": "13.0.1.0.0",
"author": "GRAP,Akretion,Odoo Community Association (OCA)",
"website": "https://www.odoo-community.org",
"license": "AGPL-3",
"category": "Tools",
"summary": "Abstract Model to manage SQL Requests",
"depends": ["base"],
"data": [
"security/ir_module_category.xml",
"security/res_groups.xml",
"security/ir.model.access.csv",
],
'data': [
'security/ir_module_category.xml',
'security/res_groups.xml',
'security/ir.model.access.csv',
],
'installable': True,
"installable": True,
}