| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/search-engine |
| GIT | |
| GIT | https://github.com/OCA/search-engine.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/search-engine/tree/18.0/connector_elasticsearch |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Connector |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ACSONE SA/NV |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ACSONE SA/NV |
| COMMITTERS | |
| COMMITTERS | Stéphane Bidoul, Alexandre Fayolle, Laurent Mignon (ACSONE), Denis Roussel, sbejaoui, nans, Sébastien BEAU, oca-travis, Weblate, OCA-git-bot, Simone Orsi, hparfr, Benjamin Willig, oca-ci, Florian Mounier, MrTango |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/search-engine |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:20 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/queue: - queue_job OCA/search-engine: - connector_search_engine OCA/server-env: - server_environment OCA/server-tools: - base_partition odoo/odoo: - base - base_setup - web - bus - web_tour - html_editor - base_sparse_field |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
elasticsearch>=7.0.0,<=7.13.4 requests typing-extensions unidecode |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This addon provides the bases to implement addons to export information to [Elasticsearch](https://www.elastic.co/) indexes. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
se_backend_form_view |
se.backend | group | Inherits connector_search_engine.se_backend_form_view |
api_key
Char
groups='connector_search_engine.group_connector_search_engine_manager'
help='Elasticsearch Api Key'
api_key_id
Char
groups='connector_search_engine.group_connector_search_engine_manager'
help='Elasticsearch Api Key ID'
string='Api Key ID'
auth_type
Selection
default='api_key'
selection=[('http', 'HTTP'), ('api_key', 'API key')]
backend_type
Selection
ondelete={'elasticsearch': 'cascade'}
required=True
selection_add=[('elasticsearch', 'ElasticSearch')]
string='Type'
es_max_retries
Integer
default=0
help='Number of retries, when an error occurs. 0 or negative means no retries and the exception is raised.'
string='Elasticsearch max retries'
es_password
Char
help='Leave blank if not using http authentication.'
es_retry_on_timeout
Boolean
help='If set, retry when a connection timeout occurs. Otherwise, the retries are only on other errors'
string='Elasticsearch retry on timeout'
es_server_host
Char
groups='connector_search_engine.group_connector_search_engine_manager'
string='ElasticSearch host'
es_timeout
Integer
default=10
help='Elastic Search request timeout'
string='Elasticsearch timeout'
es_user
Char
help='Leave blank if not using http authentication.'
ssl
Boolean
default=True
help='Verify SSL certificates. Only set to False in development environments.'
No public methods.
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/search-engine |
| GIT | |
| GIT | https://github.com/OCA/search-engine.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/search-engine/tree/16.0/connector_elasticsearch |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Connector |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ACSONE SA/NV |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ACSONE SA/NV |
| COMMITTERS | |
| COMMITTERS | Stéphane Bidoul, Alexandre Fayolle, Laurent Mignon (ACSONE), Denis Roussel, sbejaoui, nans, Sébastien BEAU, oca-travis, Weblate, OCA-git-bot, Simone Orsi, hparfr, Benjamin Willig, oca-ci, MrTango |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/search-engine |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:54:00 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/queue: - queue_job OCA/search-engine: - connector_search_engine OCA/server-env: - server_environment OCA/server-tools: - base_partition odoo/odoo: - base - base_setup - web - bus - web_tour - base_sparse_field |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
elasticsearch>=7.0.0,<=7.13.4 requests typing-extensions unidecode |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
se_backend_form_view |
se.backend | group | Inherits connector_search_engine.se_backend_form_view |
api_key
Char
groups='connector_search_engine.group_connector_search_engine_manager'
help='Elasticsearch Api Key'
api_key_id
Char
groups='connector_search_engine.group_connector_search_engine_manager'
help='Elasticsearch Api Key ID'
string='Api Key ID'
auth_type
Selection
default='api_key'
selection=[('http', 'HTTP'), ('api_key', 'API key')]
backend_type
Selection
ondelete={'elasticsearch': 'cascade'}
required=True
selection_add=[('elasticsearch', 'ElasticSearch')]
string='Type'
es_max_retries
Integer
default=0
help='Number of retries, when an error occurs. 0 or negative means no retries and the exception is raised.'
string='Elasticsearch max retries'
es_password
Char
help='Leave blank if not using http authentication.'
es_retry_on_timeout
Boolean
help='If set, retry when a connection timeout occurs. Otherwise, the retries are only on other errors'
string='Elasticsearch retry on timeout'
es_server_host
Char
groups='connector_search_engine.group_connector_search_engine_manager'
string='ElasticSearch host'
es_timeout
Integer
default=10
help='Elastic Search request timeout'
string='Elasticsearch timeout'
es_user
Char
help='Leave blank if not using http authentication.'
ssl
Boolean
default=True
help='Verify SSL certificates. Only set to False in development environments.'
No public methods.
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/search-engine |
| GIT | |
| GIT | https://github.com/OCA/search-engine.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/search-engine/tree/15.0/connector_elasticsearch |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Connector |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ACSONE SA/NV |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ACSONE SA/NV |
| COMMITTERS | |
| COMMITTERS | Miquel Raïch, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/search-engine |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:43 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/connector: - connector - component - component_event OCA/queue: - queue_job OCA/search-engine: - connector_search_engine OCA/server-env: - server_environment OCA/server-tools: - jsonifier odoo/odoo: - base - base_setup - web - bus - web_tour - base_sparse_field |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
elasticsearch>=7.0.0,<=7.13.4 requests unidecode cachetools |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
se_backend_elasticsearch_form_view |
se.backend.elasticsearch (in connector_search_engine) | se.backend.elasticsearch | form | Inherits connector_search_engine.se_backend_form_view |
se_backend_elasticsearch_tree_view |
se.backend.elasticsearch.tree (in connector_elasticsearch) | se.backend.elasticsearch | tree | New |
api_key
Char
help='Elasticsearch Api Key'
api_key_id
Char
help='Elasticsearch Api Key ID'
string='Api Key ID'
es_server_host
Char
string='ElasticSearch host'
tech_name
Char
readonly=False
related='se_backend_id.tech_name'
store=True
action_test_connection(self)
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/search-engine |
| GIT | |
| GIT | https://github.com/OCA/search-engine.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/search-engine/tree/14.0/connector_elasticsearch |
| VERSION | |
| VERSION | 2.6.1 |
| CATEGORY | |
| CATEGORY | Connector |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ACSONE SA/NV |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ACSONE SA/NV |
| COMMITTERS | |
| COMMITTERS | Stéphane Bidoul, Denis Roussel, nans, Sébastien BEAU, oca-travis, Weblate, OCA-git-bot, Simone Orsi, hparfr, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/search-engine |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:41:13 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/connector: - connector - component - component_event OCA/queue: - queue_job OCA/search-engine: - connector_search_engine OCA/server-env: - server_environment OCA/server-tools: - jsonifier odoo/odoo: - base - base_setup - web - bus - web_tour - base_sparse_field |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
elasticsearch>=7.0.0,<=7.13.4 requests unidecode cachetools |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
se_backend_elasticsearch_form_view |
se.backend.elasticsearch (in connector_search_engine) | se.backend.elasticsearch | form | Inherits connector_search_engine.se_backend_form_view |
se_backend_elasticsearch_tree_view |
se.backend.elasticsearch.tree (in connector_elasticsearch) | se.backend.elasticsearch | tree | New |
api_key
Char
help='Elasticsearch Api Key'
api_key_id
Char
help='Elasticsearch Api Key ID'
string='Api Key ID'
es_server_host
Char
string='ElasticSearch host'
tech_name
Char
readonly=False
related='se_backend_id.tech_name'
store=True
action_test_connection(self)
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/search-engine |
| GIT | |
| GIT | https://github.com/OCA/search-engine.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/search-engine/tree/13.0/connector_elasticsearch |
| VERSION | |
| VERSION | 2.5.0 |
| CATEGORY | |
| CATEGORY | Connector |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ACSONE SA/NV |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ACSONE SA/NV |
| COMMITTERS | |
| COMMITTERS | Stéphane Bidoul, Laurent Mignon (ACSONE), Denis Roussel, nans, Sébastien BEAU, oca-travis, OCA-git-bot, Simone Orsi, Héctor Villarreal Ortega, Dawson Coleman |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/search-engine |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:34:21 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/connector: - connector - component - component_event OCA/queue: - queue_job OCA/search-engine: - connector_search_engine OCA/server-env: - server_environment OCA/server-tools: - base_jsonify odoo/odoo: - base - base_setup - web - bus - web_tour - base_sparse_field |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
elasticsearch requests unidecode cachetools |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
se_backend_elasticsearch_form_view |
se.backend.elasticsearch (in connector_search_engine) | se.backend.elasticsearch | form | Inherits connector_search_engine.se_backend_form_view |
se_backend_elasticsearch_tree_view |
se.backend.elasticsearch.tree (in connector_elasticsearch) | se.backend.elasticsearch | tree | New |
api_key
Char
help='Elasticsearch Api Key'
api_key_id
Char
help='Elasticsearch Api Key ID'
string='Api Key ID'
es_max_retries
Integer
default=0
help='Number of retries, when an occurs. 0 or negative means no retries and the exception is raised.'
string='Elasticsearch max retries'
es_retry_on_timeout
Boolean
help='If set, retry when a connection timeout occurs. Otherwise, the retries are only on other errors'
string='Elasticsearch retry on timeout'
es_server_host
Char
string='ElasticSearch host'
es_timeout
Integer
default=10
help='Elastic Search request timeout'
string='Elasticsearch timeout'
tech_name
Char
readonly=False
related='se_backend_id.tech_name'
store=True
No public methods.
config_id
Many2one
help='ElasticSearch index definition (see https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-create-index.html)'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/search-engine |
| GIT | |
| GIT | https://github.com/OCA/search-engine.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/search-engine/tree/12.0/connector_elasticsearch |
| VERSION | |
| VERSION | 1.1.1 |
| CATEGORY | |
| CATEGORY | Connector |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ACSONE SA/NV |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ACSONE SA/NV |
| COMMITTERS | |
| COMMITTERS | Stéphane Bidoul, Laurent Mignon (ACSONE), nans, Sébastien BEAU, oca-travis, OCA-git-bot, Simone Orsi, hparfr |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/search-engine |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:25 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/connector: - connector - component - component_event OCA/queue: - queue_job OCA/search-engine: - connector_search_engine OCA/server-env: - server_environment OCA/server-tools: - base_jsonify odoo/odoo: - base - base_setup - web - bus - web_tour - base_sparse_field |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
elasticsearch requests unidecode cachetools |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
se_backend_elasticsearch_form_view |
se.backend.spec.abstract.form (in connector_search_engine) | se.backend.elasticsearch | form | New |
se_backend_elasticsearch_tree_view |
se.backend.elasticsearch.tree (in connector_elasticsearch) | se.backend.elasticsearch | tree | New |
se_index_config_form_view |
se.index.config.form (in connector_elasticsearch) | se.index.config | form | New |
se_index_config_tree_view |
se.index.config.tree (in connector_elasticsearch) | se.index.config | tree | New |
es_server_host
Char
string='ElasticSearch host'
No public methods.
config_id
Many2one → se.index.config
comodel_name='se.index.config'
help='Elasticseacrh index definition (see https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-create-index.html)'
string='Config'
No public methods.
body
Serialized
default={}
required=True
body_str
Text
compute='_compute_body_str'
default='{}'
inverse='_inverse_body_str'
name
Char
required=True
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/search-engine |
| GIT | |
| GIT | https://github.com/OCA/search-engine.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/search-engine/tree/10.0/connector_elasticsearch |
| VERSION | |
| VERSION | 0.1.1 |
| CATEGORY | |
| CATEGORY | Connector |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ACSONE SA/NV |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ACSONE SA/NV |
| COMMITTERS | |
| COMMITTERS | Laurent Mignon (ACSONE), Sébastien BEAU, oca-travis, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/search-engine |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:20:03 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/connector: - connector - component - component_event OCA/queue: - queue_job OCA/search-engine: - connector_search_engine OCA/server-tools: - base_jsonify odoo/odoo: - base - base_setup - web_kanban - web - bus - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
elasticsearch requests unidecode cachetools |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
se_backend_elasticsearch_form_view |
se.backend.spec.abstract.form (in connector_search_engine) | se.backend.elasticsearch | form | New |
se_backend_elasticsearch_tree_view |
se.backend.elasticsearch.tree (in connector_elasticsearch) | se.backend.elasticsearch | tree | New |
se_index_config_form_view |
se.index.config.form (in connector_elasticsearch) | se.index.config | form | New |
se_index_config_tree_view |
se.index.config.tree (in connector_elasticsearch) | se.index.config | tree | New |
es_server_host
Char
string='ElasticSearch host'
No public methods.
config_id
Many2one → se.index.config
comodel_name='se.index.config'
help='Elasticseacrh index definition (see https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-create-index.html)'
string='Config'
No public methods.
body
Serialized
default='{}'
required=True
body_str
Text
compute='_compute_body_str'
inverse='_inverse_body_str'
name
Char
required=True
No public methods.