Odoo Mindscape. Understand Odoo faster. Explore modules, fields, dependencies and version differences in one place instead of digging through the source code.

Module: Sale Channel Search Engine

Entity: se.binding

Compute Method: _compute_sale_channel

View 18.0
Inputs Method Outputs
  • backend_id
  • backend_id.sale_channel_id
+ for rec in self:
+             rec.channel_id = rec.backend_id.sale_channel_id
  • channel_id

Back to entity