Good afternoon.
I'm trying to send messages to an odoo chat via api.
models.execute_kw(db, uid, password, 'mail.message', 'create', [{
'model': 'mail.channel',
'moderation_status': 'accepted',
'subtype_id': 1,
'channel_ids': [12],
'res_id': 12,
'body': 'test',
'message_type': 'comment',
'author_id': 40806,
'author_avatar': False
}])
The message is saved, however the 'channel_ids' goes empty and the message does not appear in the channel.
Even trying to edit ('write') it won't.
Could anyone let me know how I can solve it?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- Project
- MRP
此問題已被標幟
2477
瀏覽次數
相關帖文 | 回覆 | 瀏覽次數 | 活動 | |
---|---|---|---|---|
|
1
5月 21
|
3180 | ||
|
4
6月 22
|
24823 | ||
|
1
8月 25
|
129 | ||
|
1
6月 25
|
1193 | ||
|
1
6月 25
|
841 |