[IMP] base_external_dbsource_mysql: black, isort, prettier

This commit is contained in:
David Alonso (Solvos)
2020-09-01 18:09:29 +02:00
committed by David Alonso // Solvos
parent 5d1a502e3d
commit 16ab68de54
5 changed files with 34 additions and 47 deletions

View File

@@ -2,25 +2,14 @@
# Copyright 2016 LasLabs Inc.
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
{
'name': 'External Database Source - MySQL',
'version': '12.0.1.0.0',
'category': 'Tools',
'author': "Daniel Reis, "
"LasLabs, "
"Odoo Community Association (OCA)",
'website': 'https://github.com/OCA/server-backend',
'license': 'LGPL-3',
'depends': [
'base_external_dbsource',
],
'external_dependencies': {
'python': [
'sqlalchemy',
'MySQLdb',
],
},
'demo': [
'demo/base_external_dbsource.xml',
],
'installable': True,
"name": "External Database Source - MySQL",
"version": "12.0.1.0.0",
"category": "Tools",
"author": "Daniel Reis, " "LasLabs, " "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/server-backend",
"license": "LGPL-3",
"depends": ["base_external_dbsource",],
"external_dependencies": {"python": ["sqlalchemy", "MySQLdb",],},
"demo": ["demo/base_external_dbsource.xml",],
"installable": True,
}