I attached chatter div in my UI but it is only showing the detail for its creation and all other options are not functioning. So could help me in implementing the chatter box.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- Project
- MRP
此問題已被標幟
1
回覆
3425
瀏覽次數
Hello Dheeraj,
Make sure that you inherited 'mail.thread' model in your customized model.
e.g. _inherit = ['mail.thread']
and add thread fields in chatter div like this: https://github.com/odoo/odoo/blob/10.0/addons/event/views/event_views.xml#L138
I hope this will help you.
相關帖文 | 回覆 | 瀏覽次數 | 活動 | |
---|---|---|---|---|
|
2
7月 25
|
4553 | ||
|
2
12月 24
|
7713 | ||
|
2
11月 24
|
28456 | ||
|
2
5月 24
|
7429 | ||
|
3
3月 24
|
6853 |