Repository
OCA/search-engine · module folder · Try on Runboat
Module version
1.0.2
Category
Uncategorized
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/search-engine
Last tracking update
2026-08-07 08:43:07
Authors
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion, Odoo Community Association (OCA)
Committers
Laurent Mignon (ACSONE), Sébastien BEAU, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
OCA/queue:
OCA/search-engine:
OCA/server-env:
OCA/server-tools:
odoo/odoo:
- web
- bus
Python dependencies
typing-extensions, unidecode, requests
System dependencies
None
Required by
sale_channel_search_engine_demo
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
se_index_form_view se.index form Inherits connector_search_engine.se_index_form_view
se_index_tree_view se.index tree Inherits connector_search_engine.se_index_tree_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (3)
  • exporter_id Many2one → ir.exports
    compute='_compute_exporter_id' readonly=False store=True string='Exporter' args: 'ir.exports'
  • model_name Char
    related='model_id.model' string='Model name'
  • serializer_type Selection
    selection_add=[('ir_exports', 'Exporter')]
Public methods (0)

No public methods.

Loading…