Is it possible to change the display order of notifications and emails in the Discuss app? From the most recent to the oldest
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
1
회신
2982
화면
Hi, you have to do the super of the 'mail.ChatThread' init (it's in the MAIL form), look at this example:
init: function (parent, options) {
this.options = _.defaults(options || {}, {
display_order: ORDER.DESC,
})
this._super(parent,options);
}
Now I'll try it thanks
Works!! Thank you....
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
0
10월 21
|
4724 | ||
|
0
11월 20
|
3065 | ||
|
3
9월 25
|
1806 | ||
|
2
9월 25
|
324 | ||
|
1
8월 25
|
1778 |