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
| Inputs | Method | Outputs |
|---|---|---|
|
+ for channel in self: + channel.livechat_bot_partner_ids = ( + channel.livechat_bot_history_ids.partner_id + ) |
|
