[MIG] base_external_dbsource_mssql: Migration to 15.0

TT38357
This commit is contained in:
Víctor Martínez
2022-11-18 08:10:32 +01:00
committed by Andrea Cattalani
parent 9404269126
commit 9e99a45e4b
5 changed files with 21 additions and 30 deletions

View File

@@ -3,13 +3,13 @@
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
{
"name": "External Database Source - MSSQL",
"version": "13.0.1.0.0",
"version": "15.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<=2.2.5"]},
"external_dependencies": {"python": ["pymssql<=2.2.5"]},
"demo": ["demo/base_external_dbsource.xml"],
"installable": True,
}