mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
[ADD] base_external_dbsource_sap_hana: New module to connect to SAP Hana using Alchemy
TT38753
This commit is contained in:
committed by
Pedro M. Baeza
parent
f6fce140f0
commit
002a3b36ee
14
base_external_dbsource_sap_hana/__manifest__.py
Normal file
14
base_external_dbsource_sap_hana/__manifest__.py
Normal file
@@ -0,0 +1,14 @@
|
||||
# Copyright 2022 Tecnativa - Sergio Teruel
|
||||
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
|
||||
{
|
||||
"name": "External Database Source - SAP - Hana",
|
||||
"version": "15.0.1.0.0",
|
||||
"category": "Tools",
|
||||
"author": "Tecnativa, Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/server-backend",
|
||||
"license": "LGPL-3",
|
||||
"depends": ["base_external_dbsource"],
|
||||
"external_dependencies": {"python": ["sqlalchemy", "sqlalchemy-hana", "hdbcli"]},
|
||||
"demo": ["demo/base_external_dbsource.xml"],
|
||||
"installable": True,
|
||||
}
|
||||
Reference in New Issue
Block a user