| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-backend |
| GIT | |
| GIT | https://github.com/OCA/server-backend.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-backend/tree/19.0/base_external_dbsource |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), LasLabs, Daniel Reis |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), LasLabs, Daniel Reis |
| COMMITTERS | |
| COMMITTERS | Maxime Chambreuil, Jesús Alan Ramos Rodríguez, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/server-backend |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:40:51 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module allows you to define connections to foreign databases using ODBC, Firebird, Oracle Client or SQLAlchemy. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_dbsource_form |
base.external.dbsource.form | base.external.dbsource | form | New |
view_dbsource_tree |
base.external.dbsource.list | base.external.dbsource | list | New |
ca_certs
Char
help='Path to CA Certs file on server.'
client_cert
Text
client_key
Text
company_id
Many2one → res.company
comodel_name='res.company'
default=<expr>
string='Company'
conn_string
Text
help="\n Sample connection strings:\n - Microsoft SQL Server:\n mssql+pymssql://username:%s@server:port/dbname?charset=utf8\n - MySQL: mysql://user:%s@server:port/dbname\n - ODBC: DRIVER={FreeTDS};SERVER=server.address;Database=mydb;UID=sa\n - ORACLE: username/%s@//server.address:port/instance\n - PostgreSQL:\n dbname='template1' user='dbuser' host='localhost' port='5432' password=%s\n - SQLite: sqlite:///test.db\n - Elasticsearch: https://user:%s@localhost:9200\n "
args: 'Connection string'
conn_string_full
Text
compute='_compute_conn_string_full'
readonly=True
connector
Selection
help='If a connector is missing from the list, check the server log to confirm that the required components were detected.'
required=True
args: CONNECTORS
name
Char
required=True
args: 'Datasource name'
password
Char
change_table(self, name)
conn_open(self)
connection_close(self, connection)
connection_close_postgresql(self, connection)
connection_open(self)
connection_open_postgresql(self)
connection_test(self)
current_table(self)
execute(self, query=None, execute_params=None, metadata=False, **kwargs)
execute_postgresql(self, query, params, metadata)
remote_browse(self, record_ids, *args, **kwargs)
remote_create(self, vals, *args, **kwargs)
remote_delete(self, record_ids, *args, **kwargs)
remote_search(self, query, *args, **kwargs)
remote_update(self, record_ids, vals, *args, **kwargs)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-backend |
| GIT | |
| GIT | https://github.com/OCA/server-backend.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-backend/tree/18.0/base_external_dbsource |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), LasLabs, Daniel Reis |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), LasLabs, Daniel Reis |
| COMMITTERS | |
| COMMITTERS | Víctor Martínez, OCA-git-bot, oca-ci, Hector Vior |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/server-backend |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:19 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module allows you to define connections to foreign databases using ODBC, Firebird, Oracle Client or SQLAlchemy. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_dbsource_form |
base.external.dbsource.form | base.external.dbsource | form | New |
view_dbsource_tree |
base.external.dbsource.list | base.external.dbsource | list | New |
ca_certs
Char
help='Path to CA Certs file on server.'
client_cert
Text
client_key
Text
company_id
Many2one → res.company
comodel_name='res.company'
default=<expr>
string='Company'
conn_string
Text
help="\n Sample connection strings:\n - Microsoft SQL Server:\n mssql+pymssql://username:%s@server:port/dbname?charset=utf8\n - MySQL: mysql://user:%s@server:port/dbname\n - ODBC: DRIVER={FreeTDS};SERVER=server.address;Database=mydb;UID=sa\n - ORACLE: username/%s@//server.address:port/instance\n - PostgreSQL:\n dbname='template1' user='dbuser' host='localhost' port='5432' password=%s\n - SQLite: sqlite:///test.db\n - Elasticsearch: https://user:%s@localhost:9200\n "
args: 'Connection string'
conn_string_full
Text
compute='_compute_conn_string_full'
readonly=True
connector
Selection
help='If a connector is missing from the list, check the server log to confirm that the required components were detected.'
required=True
args: CONNECTORS
name
Char
required=True
args: 'Datasource name'
password
Char
change_table(self, name)
conn_open(self)
connection_close(self, connection)
connection_close_postgresql(self, connection)
connection_open(self)
connection_open_postgresql(self)
connection_test(self)
execute(self, query=None, execute_params=None, metadata=False, **kwargs)
execute_postgresql(self, query, params, metadata)
remote_browse(self, record_ids, *args, **kwargs)
remote_create(self, vals, *args, **kwargs)
remote_delete(self, record_ids, *args, **kwargs)
remote_search(self, query, *args, **kwargs)
remote_update(self, record_ids, vals, *args, **kwargs)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-backend |
| GIT | |
| GIT | https://github.com/OCA/server-backend.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-backend/tree/17.0/base_external_dbsource |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), LasLabs, Daniel Reis |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), LasLabs, Daniel Reis |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Ángel Rivas |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/server-backend |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:11 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module allows you to define connections to foreign databases using ODBC, Firebird, Oracle Client or SQLAlchemy. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_dbsource_form |
base.external.dbsource.form | base.external.dbsource | form | New |
view_dbsource_tree |
base.external.dbsource.tree | base.external.dbsource | tree | New |
ca_certs
Char
help='Path to CA Certs file on server.'
client_cert
Text
client_key
Text
company_id
Many2one → res.company
comodel_name='res.company'
default=<expr>
string='Company'
conn_string
Text
help="\n Sample connection strings:\n - Microsoft SQL Server:\n mssql+pymssql://username:%s@server:port/dbname?charset=utf8\n - MySQL: mysql://user:%s@server:port/dbname\n - ODBC: DRIVER={FreeTDS};SERVER=server.address;Database=mydb;UID=sa\n - ORACLE: username/%s@//server.address:port/instance\n - PostgreSQL:\n dbname='template1' user='dbuser' host='localhost' port='5432' password=%s\n - SQLite: sqlite:///test.db\n - Elasticsearch: https://user:%s@localhost:9200\n "
args: 'Connection string'
conn_string_full
Text
compute='_compute_conn_string_full'
readonly=True
connector
Selection
help='If a connector is missing from the list, check the server log to confirm that the required components were detected.'
required=True
args: CONNECTORS
name
Char
required=True
args: 'Datasource name'
password
Char
change_table(self, name)
conn_open(self)
connection_close(self, connection)
connection_close_postgresql(self, connection)
connection_open(self)
connection_open_postgresql(self)
connection_test(self)
execute(self, query=None, execute_params=None, metadata=False, **kwargs)
execute_postgresql(self, query, params, metadata)
remote_browse(self, record_ids, *args, **kwargs)
remote_create(self, vals, *args, **kwargs)
remote_delete(self, record_ids, *args, **kwargs)
remote_search(self, query, *args, **kwargs)
remote_update(self, record_ids, vals, *args, **kwargs)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-backend |
| GIT | |
| GIT | https://github.com/OCA/server-backend.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-backend/tree/16.0/base_external_dbsource |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), LasLabs, Daniel Reis |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), LasLabs, Daniel Reis |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Andrea Cattalani |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/server-backend |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:54:00 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_dbsource_form |
base.external.dbsource.form | base.external.dbsource | form | New |
view_dbsource_tree |
base.external.dbsource.tree | base.external.dbsource | tree | New |
ca_certs
Char
help='Path to CA Certs file on server.'
client_cert
Text
client_key
Text
company_id
Many2one → res.company
comodel_name='res.company'
default=<expr>
string='Company'
conn_string
Text
help="\n Sample connection strings:\n - Microsoft SQL Server:\n mssql+pymssql://username:%s@server:port/dbname?charset=utf8\n - MySQL: mysql://user:%s@server:port/dbname\n - ODBC: DRIVER={FreeTDS};SERVER=server.address;Database=mydb;UID=sa\n - ORACLE: username/%s@//server.address:port/instance\n - PostgreSQL:\n dbname='template1' user='dbuser' host='localhost' port='5432' password=%s\n - SQLite: sqlite:///test.db\n - Elasticsearch: https://user:%s@localhost:9200\n "
args: 'Connection string'
conn_string_full
Text
compute='_compute_conn_string_full'
readonly=True
connector
Selection
help='If a connector is missing from the list, check the server log to confirm that the required components were detected.'
required=True
args: CONNECTORS
name
Char
required=True
args: 'Datasource name'
password
Char
change_table(self, name)
conn_open(self)
connection_close(self, connection)
connection_close_postgresql(self, connection)
connection_open(self)
connection_open_postgresql(self)
connection_test(self)
execute(self, query=None, execute_params=None, metadata=False, **kwargs)
execute_postgresql(self, query, params, metadata)
remote_browse(self, record_ids, *args, **kwargs)
remote_create(self, vals, *args, **kwargs)
remote_delete(self, record_ids, *args, **kwargs)
remote_search(self, query, *args, **kwargs)
remote_update(self, record_ids, vals, *args, **kwargs)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-backend |
| GIT | |
| GIT | https://github.com/OCA/server-backend.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-backend/tree/15.0/base_external_dbsource |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), LasLabs, Daniel Reis |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), LasLabs, Daniel Reis |
| COMMITTERS | |
| COMMITTERS | Víctor Martínez, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/server-backend |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:43 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_dbsource_form |
base.external.dbsource.form | base.external.dbsource | form | New |
view_dbsource_tree |
base.external.dbsource.tree | base.external.dbsource | tree | New |
ca_certs
Char
help='Path to CA Certs file on server.'
client_cert
Text
client_key
Text
company_id
Many2one → res.company
comodel_name='res.company'
default=<expr>
string='Company'
conn_string
Text
help="\n Sample connection strings:\n - Microsoft SQL Server:\n mssql+pymssql://username:%s@server:port/dbname?charset=utf8\n - MySQL: mysql://user:%s@server:port/dbname\n - ODBC: DRIVER={FreeTDS};SERVER=server.address;Database=mydb;UID=sa\n - ORACLE: username/%s@//server.address:port/instance\n - PostgreSQL:\n dbname='template1' user='dbuser' host='localhost' port='5432' password=%s\n - SQLite: sqlite:///test.db\n - Elasticsearch: https://user:%s@localhost:9200\n "
args: 'Connection string'
conn_string_full
Text
compute='_compute_conn_string_full'
readonly=True
connector
Selection
help='If a connector is missing from the list, check the server log to confirm that the required components were detected.'
required=True
args: CONNECTORS
name
Char
required=True
args: 'Datasource name'
password
Char
change_table(self, name)
conn_open(self)
connection_close(self, connection)
connection_close_postgresql(self, connection)
connection_open(self)
connection_open_postgresql(self)
connection_test(self)
execute(self, query=None, execute_params=None, metadata=False, **kwargs)
execute_postgresql(self, query, params, metadata)
remote_browse(self, record_ids, *args, **kwargs)
remote_create(self, vals, *args, **kwargs)
remote_delete(self, record_ids, *args, **kwargs)
remote_search(self, query, *args, **kwargs)
remote_update(self, record_ids, vals, *args, **kwargs)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-backend |
| GIT | |
| GIT | https://github.com/OCA/server-backend.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-backend/tree/14.0/base_external_dbsource |
| VERSION | |
| VERSION | 1.0.2 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), LasLabs, Daniel Reis |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), LasLabs, Daniel Reis |
| COMMITTERS | |
| COMMITTERS | Enric Tobella, Víctor Martínez, oca-travis, Weblate, OCA-git-bot, oca-ci, bilbonet |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/server-backend |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:41:12 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_dbsource_form |
base.external.dbsource.form | base.external.dbsource | form | New |
view_dbsource_tree |
base.external.dbsource.tree | base.external.dbsource | tree | New |
ca_certs
Char
help='Path to CA Certs file on server.'
client_cert
Text
client_key
Text
company_id
Many2one → res.company
comodel_name='res.company'
default=<expr>
string='Company'
conn_string
Text
help="\n Sample connection strings:\n - Microsoft SQL Server:\n mssql+pymssql://username:%s@server:port/dbname?charset=utf8\n - MySQL: mysql://user:%s@server:port/dbname\n - ODBC: DRIVER={FreeTDS};SERVER=server.address;Database=mydb;UID=sa\n - ORACLE: username/%s@//server.address:port/instance\n - PostgreSQL:\n dbname='template1' user='dbuser' host='localhost' port='5432' password=%s\n - SQLite: sqlite:///test.db\n - Elasticsearch: https://user:%s@localhost:9200\n "
args: 'Connection string'
conn_string_full
Text
compute='_compute_conn_string_full'
readonly=True
connector
Selection
help='If a connector is missing from the list, check the server log to confirm that the required components were detected.'
required=True
args: CONNECTORS, 'Connector'
name
Char
required=True
args: 'Datasource name'
password
Char
change_table(self, name)
conn_open(self)
connection_close(self, connection)
connection_close_postgresql(self, connection)
connection_open(self)
connection_open_postgresql(self)
connection_test(self)
execute(self, query=None, execute_params=None, metadata=False, **kwargs)
execute_postgresql(self, query, params, metadata)
remote_browse(self, record_ids, *args, **kwargs)
remote_create(self, vals, *args, **kwargs)
remote_delete(self, record_ids, *args, **kwargs)
remote_search(self, query, *args, **kwargs)
remote_update(self, record_ids, vals, *args, **kwargs)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-backend |
| GIT | |
| GIT | https://github.com/OCA/server-backend.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-backend/tree/13.0/base_external_dbsource |
| VERSION | |
| VERSION | 2.0.1 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), LasLabs, Daniel Reis |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), LasLabs, Daniel Reis |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, OCA Transbot, JordiMForgeFlow, Sergio Teruel, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/server-backend |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:34:20 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_dbsource_form |
base.external.dbsource.form | base.external.dbsource | form | New |
view_dbsource_tree |
base.external.dbsource.tree | base.external.dbsource | tree | New |
ca_certs
Char
help='Path to CA Certs file on server.'
client_cert
Text
client_key
Text
company_id
Many2one → res.company
comodel_name='res.company'
default=<expr>
string='Company'
conn_string
Text
help="\n Sample connection strings:\n - Microsoft SQL Server:\n mssql+pymssql://username:%s@server:port/dbname?charset=utf8\n - MySQL: mysql://user:%s@server:port/dbname\n - ODBC: DRIVER={FreeTDS};SERVER=server.address;Database=mydb;UID=sa\n - ORACLE: username/%s@//server.address:port/instance\n - PostgreSQL:\n dbname='template1' user='dbuser' host='localhost' port='5432' password=%s\n - SQLite: sqlite:///test.db\n - Elasticsearch: https://user:%s@localhost:9200\n "
args: 'Connection string'
conn_string_full
Text
compute='_compute_conn_string_full'
readonly=True
connector
Selection
help='If a connector is missing from the list, check the server log to confirm that the required components were detected.'
required=True
args: CONNECTORS, 'Connector'
name
Char
required=True
size=64
args: 'Datasource name'
password
Char
size=40
args: 'Password'
change_table(self, name)
conn_open(self)
connection_close(self, connection)
connection_close_postgresql(self, connection)
connection_open(self)
connection_open_postgresql(self)
connection_test(self)
execute(self, query=None, execute_params=None, metadata=False, **kwargs)
execute_postgresql(self, query, params, metadata)
remote_browse(self, record_ids, *args, **kwargs)
remote_create(self, vals, *args, **kwargs)
remote_delete(self, record_ids, *args, **kwargs)
remote_search(self, query, *args, **kwargs)
remote_update(self, record_ids, vals, *args, **kwargs)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-backend |
| GIT | |
| GIT | https://github.com/OCA/server-backend.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-backend/tree/12.0/base_external_dbsource |
| VERSION | |
| VERSION | 1.1.1 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), LasLabs, Daniel Reis |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), LasLabs, Daniel Reis |
| COMMITTERS | |
| COMMITTERS | david, OCA Transbot, Sergio Teruel, oca-travis, Weblate, OCA-git-bot, Adrià Gil Sorribes, hugues de keyzer |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/server-backend |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:25 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_dbsource_form |
base.external.dbsource.form | base.external.dbsource | form | New |
view_dbsource_tree |
base.external.dbsource.tree | base.external.dbsource | tree | New |
ca_certs
Char
help='Path to CA Certs file on server.'
client_cert
Text
client_key
Text
company_id
Many2one → res.company
comodel_name='res.company'
default=<expr>
string='Company'
conn_string
Text
help="\n Sample connection strings:\n - Microsoft SQL Server:\n mssql+pymssql://username:%s@server:port/dbname?charset=utf8\n - MySQL: mysql://user:%s@server:port/dbname\n - ODBC: DRIVER={FreeTDS};SERVER=server.address;Database=mydb;UID=sa\n - ORACLE: username/%s@//server.address:port/instance\n - PostgreSQL:\n dbname='template1' user='dbuser' host='localhost' port='5432' password=%s\n - SQLite: sqlite:///test.db\n - Elasticsearch: https://user:%s@localhost:9200\n "
args: 'Connection string'
conn_string_full
Text
compute='_compute_conn_string_full'
readonly=True
connector
Selection
help='If a connector is missing from the list, check the server log to confirm that the required components were detected.'
required=True
args: CONNECTORS, 'Connector'
name
Char
required=True
size=64
args: 'Datasource name'
password
Char
size=40
args: 'Password'
change_table(self, name)
conn_open(self)
connection_close(self, connection)
connection_close_postgresql(self, connection)
connection_open(self)
connection_open_postgresql(self)
connection_test(self)
execute(self, query=None, execute_params=None, metadata=False, **kwargs)
execute_postgresql(self, query, params, metadata)
remote_browse(self, record_ids, *args, **kwargs)
remote_create(self, vals, *args, **kwargs)
remote_delete(self, record_ids, *args, **kwargs)
remote_search(self, query, *args, **kwargs)
remote_update(self, record_ids, vals, *args, **kwargs)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-backend |
| GIT | |
| GIT | https://github.com/OCA/server-backend.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-backend/tree/11.0/base_external_dbsource |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), LasLabs, Daniel Reis |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), LasLabs, Daniel Reis |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, GitHub, Jairo Llopis, OCA Transbot, Sergio Teruel, oca-travis, Weblate, OCA-git-bot, Sergio Teruel Albert, OCA Git Bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/server-backend |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:24:02 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_dbsource_form |
base.external.dbsource.form | base.external.dbsource | form | New |
view_dbsource_tree |
base.external.dbsource.tree | base.external.dbsource | tree | New |
ca_certs
Char
help='Path to CA Certs file on server.'
client_cert
Text
client_key
Text
company_id
Many2one → res.company
comodel_name='res.company'
default=<expr>
string='Company'
conn_string
Text
help="\n Sample connection strings:\n - Microsoft SQL Server:\n mssql+pymssql://username:%s@server:port/dbname?charset=utf8\n - MySQL: mysql://user:%s@server:port/dbname\n - ODBC: DRIVER={FreeTDS};SERVER=server.address;Database=mydb;UID=sa\n - ORACLE: username/%s@//server.address:port/instance\n - PostgreSQL:\n dbname='template1' user='dbuser' host='localhost' port='5432' password=%s\n - SQLite: sqlite:///test.db\n - Elasticsearch: https://user:%s@localhost:9200\n "
args: 'Connection string'
conn_string_full
Text
compute='_compute_conn_string_full'
readonly=True
connector
Selection
help='If a connector is missing from the list, check the server log to confirm that the required components were detected.'
required=True
args: CONNECTORS, 'Connector'
name
Char
required=True
size=64
args: 'Datasource name'
password
Char
size=40
args: 'Password'
change_table(self, name)
conn_open(self)
connection_close(self, connection)
connection_close_postgresql(self, connection)
connection_open(self)
connection_open_postgresql(self)
connection_test(self)
execute(self, query=None, execute_params=None, metadata=False, **kwargs)
execute_postgresql(self, query, params, metadata)
remote_browse(self, record_ids, *args, **kwargs)
remote_create(self, vals, *args, **kwargs)
remote_delete(self, record_ids, *args, **kwargs)
remote_search(self, query, *args, **kwargs)
remote_update(self, record_ids, vals, *args, **kwargs)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-tools |
| GIT | |
| GIT | https://github.com/OCA/server-tools.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-tools/tree/10.0/base_external_dbsource |
| VERSION | |
| VERSION | 2.0.0 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), LasLabs, Daniel Reis |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), LasLabs, Daniel Reis |
| COMMITTERS | |
| COMMITTERS | Maxime Chambreuil, Pedro M. Baeza, GitHub, OCA Transbot, Dave Lasley, oca-travis, Weblate, Michell Stuttgart |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/server-tools |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:20:00 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_dbsource_form |
base.external.dbsource.form | base.external.dbsource | form | New |
view_dbsource_tree |
base.external.dbsource.tree | base.external.dbsource | tree | New |
ca_certs
Char
help='Path to CA Certs file on server.'
client_cert
Text
client_key
Text
conn_string
Text
help="\n Sample connection strings:\n - Microsoft SQL Server:\n mssql+pymssql://username:%s@server:port/dbname?charset=utf8\n - MySQL: mysql://user:%s@server:port/dbname\n - ODBC: DRIVER={FreeTDS};SERVER=server.address;Database=mydb;UID=sa\n - ORACLE: username/%s@//server.address:port/instance\n - PostgreSQL:\n dbname='template1' user='dbuser' host='localhost' port='5432' password=%s\n - SQLite: sqlite:///test.db\n - Elasticsearch: https://user:%s@localhost:9200\n "
args: 'Connection string'
conn_string_full
Text
compute='_compute_conn_string_full'
readonly=True
connector
Selection
help='If a connector is missing from the list, check the server log to confirm that the required components were detected.'
required=True
args: CONNECTORS, 'Connector'
name
Char
required=True
size=64
args: 'Datasource name'
password
Char
size=40
args: 'Password'
change_table(self, name)
conn_open(self)
connection_close(self, connection)
connection_close_postgresql(self, connection)
connection_open(self)
connection_open_postgresql(self)
connection_test(self)
execute(self, query=None, execute_params=None, metadata=False, **kwargs)
execute_postgresql(self, query, params, metadata)
remote_browse(self, record_ids, *args, **kwargs)
remote_create(self, vals, *args, **kwargs)
remote_delete(self, record_ids, *args, **kwargs)
remote_search(self, query, *args, **kwargs)
remote_update(self, record_ids, vals, *args, **kwargs)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-tools |
| GIT | |
| GIT | https://github.com/OCA/server-tools.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-tools/tree/9.0/base_external_dbsource |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Daniel Reis |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Daniel Reis |
| COMMITTERS | |
| COMMITTERS | Maxime Chambreuil, Pedro M. Baeza, Daniel Reis, OCA Transbot, oca-travis, Weblate |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/server-tools |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:15:23 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_dbsource_form |
base.external.dbsource.form | base.external.dbsource | form | New |
view_dbsource_tree |
base.external.dbsource.tree | base.external.dbsource | tree | New |
conn_string
Text
help="\n Sample connection strings:\n - Microsoft SQL Server:\n mssql+pymssql://username:%s@server:port/dbname?charset=utf8\n - MySQL: mysql://user:%s@server:port/dbname\n - ODBC: DRIVER={FreeTDS};SERVER=server.address;Database=mydb;UID=sa\n - ORACLE: username/%s@//server.address:port/instance\n - PostgreSQL:\n dbname='template1' user='dbuser' host='localhost' port='5432' password=%s\n - SQLite: sqlite:///test.db\n "
args: 'Connection string'
connector
Selection
help='If a connector is missing from the list, check the server log to confirm that the required components were detected.'
required=True
args: CONNECTORS, 'Connector'
name
Char
required=True
size=64
args: 'Datasource name'
password
Char
size=40
args: 'Password'
conn_open(self)
connection_test(self)
execute(self, sqlquery, sqlparams=None, metadata=False, context=None)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-tools |
| GIT | |
| GIT | https://github.com/OCA/server-tools.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-tools/tree/8.0/base_external_dbsource |
| VERSION | |
| VERSION | 1.3.0 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Daniel Reis |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Daniel Reis |
| COMMITTERS | |
| COMMITTERS | Stéphane Bidoul, Yannick Vaucher, Alexandre Fayolle, Sandy Carter, Holger Brunn, GitHub, Stéphane Bidoul (ACSONE), OCA Transbot, Sandy, oca-travis, Weblate, lauris |
| WEBSITE | |
| WEBSITE | http://launchpad.net/addons-tko |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:11:25 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
This module allows you to define connections to foreign databases using ODBC,
Oracle Client or SQLAlchemy.
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
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>
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_dbsource_form |
base.external.dbsource.form | base.external.dbsource | form | New |
view_dbsource_tree |
base.external.dbsource.tree | base.external.dbsource | tree | New |
No new fields.
Public methods (3)conn_open(self, cr, uid, id1)
connection_test(self, cr, uid, ids, context=None)
execute(self, cr, uid, ids, sqlquery, sqlparams=None, metadata=False, context=None)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-tools |
| GIT | |
| GIT | https://github.com/OCA/server-tools.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-tools/tree/7.0/base_external_dbsource |
| VERSION | |
| VERSION | 1.3 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Daniel Reis |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Daniel Reis |
| COMMITTERS | |
| COMMITTERS | Yannick Vaucher, Alexandre Fayolle, Sandy Carter, Maxime Chambreuil, Pedro M. Baeza, Daniel Reis, webtec |
| WEBSITE | |
| WEBSITE | http://launchpad.net/addons-tko |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:07:15 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
This module allows you to define connections to foreign databases using ODBC,
Oracle Client or SQLAlchemy.
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
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>
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_dbsource_form |
base.external.dbsource.form | base.external.dbsource | form | New |
view_dbsource_tree |
base.external.dbsource.tree | base.external.dbsource | tree | New |
No new fields.
Public methods (3)conn_open(self, cr, uid, id1)
connection_test(self, cr, uid, ids, context=None)
execute(self, cr, uid, ids, sqlquery, sqlparams=None, metadata=False, context=None)