[MIG] base_external_dbsource_mssql: Migration to v12.0

[UPD] Update base_external_dbsource_mssql.pot
This commit is contained in:
Sergio Teruel
2020-01-08 10:40:38 +01:00
committed by Víctor Martínez
parent a0710a866a
commit 90b71def03
8 changed files with 46 additions and 55 deletions

View File

@@ -2,25 +2,14 @@
# Copyright 2016 LasLabs Inc.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
{
'name': 'External Database Source - MSSQL',
'version': '11.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_sqlite',
],
'external_dependencies': {
'python': [
'sqlalchemy',
'pymssql',
],
},
'demo': [
'demo/base_external_dbsource.xml',
],
'installable': True,
"name": "External Database Source - MSSQL",
"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_sqlite"],
"external_dependencies": {"python": ["sqlalchemy", "pymssql"]},
"demo": ["demo/base_external_dbsource.xml"],
"installable": True,
}