connector_elasticsearch

connector_elasticsearch
REPOSITORY
REPOSITORYOCA/search-engine
GIT
GIThttps://github.com/OCA/search-engine.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/search-engine/tree/18.0/connector_elasticsearch
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYConnector
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSSté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
WEBSITEhttps://github.com/OCA/search-engine
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-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:
    - mail
    - 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.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
se_backend_form_view se.backend group Inherits connector_search_engine.se_backend_form_view
Models touched (2)

New fields (11)
  • 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.'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/search-engine
GIT
GIThttps://github.com/OCA/search-engine.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/search-engine/tree/16.0/connector_elasticsearch
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYConnector
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSSté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
WEBSITEhttps://github.com/OCA/search-engine
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-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:
    - mail
    - 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

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
se_backend_form_view se.backend group Inherits connector_search_engine.se_backend_form_view
Models touched (2)

New fields (11)
  • 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.'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/search-engine
GIT
GIThttps://github.com/OCA/search-engine.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/search-engine/tree/15.0/connector_elasticsearch
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYConnector
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSMiquel Raïch, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/search-engine
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-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:
    - mail
    - 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

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
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
Models touched (2)

New fields (4)
  • 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
Public methods (1)
  • action_test_connection(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/search-engine
GIT
GIThttps://github.com/OCA/search-engine.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/search-engine/tree/14.0/connector_elasticsearch
VERSION
VERSION 2.6.1
CATEGORY
CATEGORYConnector
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSStéphane Bidoul, Denis Roussel, nans, Sébastien BEAU, oca-travis, Weblate, OCA-git-bot, Simone Orsi, hparfr, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/search-engine
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-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:
    - mail
    - 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

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
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
Models touched (2)

New fields (4)
  • 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
Public methods (1)
  • action_test_connection(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/search-engine
GIT
GIThttps://github.com/OCA/search-engine.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/search-engine/tree/13.0/connector_elasticsearch
VERSION
VERSION 2.5.0
CATEGORY
CATEGORYConnector
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSSté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
WEBSITEhttps://github.com/OCA/search-engine
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-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:
    - mail
    - 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

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
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
Models touched (2)

New fields (7)
  • 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
Public methods (0)

No public methods.

New fields (1)
  • config_id Many2one
    help='ElasticSearch index definition (see https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-create-index.html)'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/search-engine
GIT
GIThttps://github.com/OCA/search-engine.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/search-engine/tree/12.0/connector_elasticsearch
VERSION
VERSION 1.1.1
CATEGORY
CATEGORYConnector
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSStéphane Bidoul, Laurent Mignon (ACSONE), nans, Sébastien BEAU, oca-travis, OCA-git-bot, Simone Orsi, hparfr
WEBSITE
WEBSITEhttps://github.com/OCA/search-engine
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-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:
    - mail
    - 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

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
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
Models touched (3)

New fields (1)
  • es_server_host Char
    string='ElasticSearch host'
Public methods (0)

No public methods.

New fields (1)
  • 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'
Public methods (0)

No public methods.

New fields (3)
  • body Serialized
    default={} required=True
  • body_str Text
    compute='_compute_body_str' default='{}' inverse='_inverse_body_str'
  • name Char
    required=True
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/search-engine
GIT
GIThttps://github.com/OCA/search-engine.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/search-engine/tree/10.0/connector_elasticsearch
VERSION
VERSION 0.1.1
CATEGORY
CATEGORYConnector
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSLaurent Mignon (ACSONE), Sébastien BEAU, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/search-engine
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-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:
    - mail
    - 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

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
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
Models touched (3)

New fields (1)
  • es_server_host Char
    string='ElasticSearch host'
Public methods (0)

No public methods.

New fields (1)
  • 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'
Public methods (0)

No public methods.

New fields (3)
  • body Serialized
    default='{}' required=True
  • body_str Text
    compute='_compute_body_str' inverse='_inverse_body_str'
  • name Char
    required=True
Public methods (0)

No public methods.