# Copyright <2011> # Copyright 2016 LasLabs Inc. # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl). { "name": "External Database Source - MSSQL", "version": "16.0.1.1.0", "category": "Tools", "author": "Daniel Reis, " "LasLabs, " "Odoo Community Association (OCA)", "maintainers": ["anddago78"], "website": "https://github.com/OCA/server-backend", "license": "LGPL-3", "depends": ["base_external_dbsource_sqlite"], "external_dependencies": { "python": [ "pymssql<=2.2.5 ; python_version <= '3.10'", "pymssql<=2.2.8 ; python_version > '3.10'", "sqlalchemy", ] }, "demo": ["demo/base_external_dbsource.xml"], "installable": True, }