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

Module: Live Chat

Entity: discuss.channel

Compute Method: _compute_livechat_bot_partner_ids

View 19.0
Inputs Method Outputs
  • livechat_bot_history_ids
  • livechat_bot_history_ids.partner_id
+ for channel in self:
+             channel.livechat_bot_partner_ids = (
+                 channel.livechat_bot_history_ids.partner_id
+             )
  • livechat_bot_partner_ids

Back to entity