[11.0][MIG] base_external_dbsource_mssql: Migration to v11.0

[UPD] README.rst

[UPD] Update base_external_dbsource_mssql.pot

[UPD] README.rst
This commit is contained in:
Sergio Teruel Albert
2018-06-27 12:46:20 +02:00
committed by Sergio Teruel
parent 6d742f2cc9
commit 44757f1fc1
16 changed files with 555 additions and 38 deletions

View File

@@ -1,29 +1,26 @@
# -*- coding: utf-8 -*-
# Copyright <2011> <Daniel Reis, Maxime Chambreuil, Savoir-faire Linux>
# Copyright 2016 LasLabs Inc.
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
{
'name': 'External Database Source - MSSQL',
'version': '10.0.1.0.0',
'version': '11.0.1.0.0',
'category': 'Tools',
'author': "Daniel Reis, "
"LasLabs, "
"Odoo Community Association (OCA)",
'website': 'https://github.com/OCA/server-tools',
'website': 'https://github.com/OCA/server-backend',
'license': 'LGPL-3',
'depends': [
'base_external_dbsource_sqlite',
],
# Uncomment this for v11
# 'external_dependencies': [
# 'python': [
# 'sqlalchemy',
# 'pymssql',
# ]
# ],
'external_dependencies': {
'python': [
'sqlalchemy',
'pymssql',
],
},
'demo': [
'demo/base_external_dbsource.xml',
],
'installable': True,
'auto_install': True, # Remove this key for v11
}