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

[UPD] README.rst

[UPD] Update base_external_dbsource_sqlite.pot
This commit is contained in:
Sergio Teruel Albert
2018-06-27 13:10:53 +02:00
committed by David Alonso // Solvos
parent 397084ed84
commit 04bd1abb34
15 changed files with 548 additions and 35 deletions

View File

@@ -1,10 +1,9 @@
# -*- 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).
{
'name': 'External Database Source - SQLite',
'version': '10.0.1.0.0',
'version': '11.0.1.0.0',
'category': 'Tools',
'author': "Daniel Reis, "
"LasLabs, "
@@ -14,15 +13,13 @@
'depends': [
'base_external_dbsource',
],
# Uncomment this for v11
# 'external_dependencies': [
# 'python': [
# 'sqlalchemy',
# ]
# ],
'external_dependencies': {
'python': [
'sqlalchemy',
],
},
'demo': [
'demo/base_external_dbsource.xml',
],
'installable': True,
'auto_install': True, # Remove this key for v11
}