[FIX] Python lib name

This commit is contained in:
Maxime Chambreuil
2018-07-23 14:42:23 -05:00
parent ae0ee83dfe
commit 963872aee3
2 changed files with 3 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ try:
CONNECTORS.append(('mysql', 'MySQL'))
assert MySQLdb
except (ImportError, AssertionError):
_logger.info('MySQL not available. Please install "mysqldb" '
_logger.info('MySQLdb not available. Please install "mysqlclient" '
'python package.')
except ImportError:
_logger.info('base_external_dbsource Odoo module not found.')