Repository
OCA/sale-channel · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/sale-channel
Last tracking update
2026-08-07 08:43:02
Authors
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion, Odoo Community Association (OCA)
Committers
Laurent Mignon (ACSONE), Sébastien BEAU, Weblate, Florian Mounier, OCA-git-bot, oca-ci, Quentin Groulard
Odoo dependencies
Python dependencies
typing-extensions, unidecode, requests
System dependencies
None
Required by
sale_channel_search_engine_category, sale_channel_search_engine_product
Description
Generic module to export product/category linked to a sale channel into
a search engine

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
sale_channel_view_form sale.channel form Inherits sale_channel.sale_channel_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (5)

New fields (1)
  • search_engine_id Many2one → se.backend
    comodel_name='se.backend' string='Search Engine'
Public methods (1)
  • open_se_binding(self)

New fields (1)
  • sale_channel_id One2many → sale.channel
    comodel_name='sale.channel' inverse_name='search_engine_id'
Public methods (0)

No public methods.

New fields (1)
  • channel_id Many2one → sale.channel
    compute='_compute_sale_channel' args: 'sale.channel'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • create(self, vals_list)
    @api.model_create_multi

New fields (0)

No new fields.

Public methods (0)

No public methods.

Loading…