[MIG] base_external_dbsource_sqlite: Migration to v13.0

[UPD] Update base_external_dbsource_sqlite.pot

[UPD] README.rst
This commit is contained in:
Sergio Teruel
2020-01-09 17:07:32 +01:00
committed by Víctor Martínez
parent 0d8425f69a
commit cf927ca7c2
8 changed files with 43 additions and 65 deletions

View File

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