mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
[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:
committed by
David Alonso // Solvos
parent
397084ed84
commit
04bd1abb34
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user