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
回复
3409
查看
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
|
4493 | ||
|
2
12月 24
|
7670 | ||
|
2
11月 24
|
28435 | ||
|
2
5月 24
|
7409 | ||
|
3
3月 24
|
6818 |