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:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- 專案管理
- MRP
此問題已被標幟
1
回覆
3350
瀏覽次數
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
|
5176 | ||
|
|
0
11月 20
|
3518 | ||
|
|
0
11月 25
|
603 | ||
|
|
1
10月 25
|
969 | ||
|
|
2
10月 25
|
1083 |