mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
[IMP] Update to v7 menu structure and dos2unix conversion
(../ext rev 366)
This commit is contained in:
committed by
Adrià Gil Sorribes
parent
c3344a67f9
commit
aea4f93178
@@ -1,7 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
##############################################################################
|
||||
#
|
||||
# Daniel Reis, 2011
|
||||
# Daniel Reis, 2011
|
||||
# Additional contributions by Maxime Chambreuil, Savoir-faire Linux
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
@@ -21,20 +21,25 @@
|
||||
|
||||
{
|
||||
'name': 'External Database Sources',
|
||||
'version': '61.3',
|
||||
'version': '1.3',
|
||||
'category': 'Tools',
|
||||
'description': """
|
||||
This module allows you to define connections to foreign databases using ODBC,
|
||||
Oracle Client or SQLAlchemy.
|
||||
|
||||
Databases sources can be configured in Settings > Configuration -> Data sources.
|
||||
Database sources can be configured in Settings > Configuration -> Data sources.
|
||||
|
||||
Depending on the database, you need:
|
||||
* to install unixodbc and python-pyodbc packages to use ODBC connections.
|
||||
* to install FreeTDS driver (tdsodbc package) and configure it through ODBC to
|
||||
* to install FreeTDS driver (tdsodbc package) and configure it through ODBC to
|
||||
connect to Microsoft SQL Server.
|
||||
* to install and configure Oracle Instant Client and cx_Oracle python library
|
||||
to connect to Oracle.
|
||||
|
||||
Contributors
|
||||
============
|
||||
|
||||
* Maxime Chambreuil <maxime.chambreuil@savoirfairelinux.com>
|
||||
""",
|
||||
'author': 'Daniel Reis',
|
||||
'website': 'http://launchpad.net/addons-tko',
|
||||
@@ -44,7 +49,6 @@ Depending on the database, you need:
|
||||
'depends': [
|
||||
'base',
|
||||
],
|
||||
'init': [],
|
||||
'data': [
|
||||
'base_external_dbsource_view.xml',
|
||||
'security/ir.model.access.csv',
|
||||
@@ -54,7 +58,7 @@ Depending on the database, you need:
|
||||
],
|
||||
'test': [
|
||||
'dbsource_connect.yml',
|
||||
],
|
||||
],
|
||||
'installable': True,
|
||||
'active': False,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user