mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
[MIG] base_external_dbsource_mssql: Migration to 15.0
TT38357
This commit is contained in:
committed by
Andrea Cattalani
parent
9404269126
commit
9e99a45e4b
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user