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
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
1
Trả lời
2544
Lượt xem
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....
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
0
thg 10 21
|
4349 | ||
|
0
thg 11 20
|
2612 | ||
|
1
thg 5 25
|
903 | ||
|
2
thg 5 25
|
964 | ||
|
0
thg 4 25
|
911 |