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
Odoo dependencies
Python dependencies
typing-extensions, unidecode, requests
System dependencies
None
Required by
sale_channel_search_engine_demo
Description
Implemenation of synchronisation of product template based on the
product linked to a sale channel

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
product_template_view_form product.template form Inherits product.product_template_only_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • write(self, vals)

New fields (4)
  • count_se_binding_done Integer
    compute='_compute_count_binding'
  • count_se_binding_error Integer
    compute='_compute_count_binding'
  • count_se_binding_pending Integer
    compute='_compute_count_binding'
  • count_se_binding_total Integer
    compute='_compute_count_binding'
Public methods (1)
  • open_se_binding(self)

Loading…