Use case : how to order helpdesk tickets based on the kanban_state field?
https://drive.google.com/file/d/1XNDcyx2Kcog40WlGug3kHg80GhvTozKh/view
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- Müşteri İlişkileri Yönetimi
- e-Commerce
- Muhasebe
- Envanter
- PoS
- Project
- MRP
Bu soru işaretlendi
STEPS
1) Activate the developer mode
2) Enter studio while on the kanban view you'd like to impact
3) Change the default group by in Studio. Select the field that you want the records to be ordered with (here : kanban_state)
4) Find the inherited view generated by point 3
5) In the inherited view, replace "default_group_by" by "default_order"
6) Save and enjoy a good mojito
INHERITED VIEW
<data>
<xpath expr="//kanban[1]" position="attributes">
<attribute name="default_order">kanban_state</attribute>
</xpath>
</data>
awesome. cheers!
It works well for me, thanks :)
I tried first to have the sorting rules into ir.filters => ['customer_rank desc'] doesnt work
Inherited kanban view with below works :
customer_rank desc
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Üye Olİlgili Gönderiler | Cevaplar | Görünümler | Aktivite | |
---|---|---|---|---|
|
1
May 25
|
848 | ||
|
2
Kas 24
|
2389 | ||
|
0
Eki 24
|
1229 | ||
|
1
Tem 24
|
1363 | ||
Cookie banner in Odoo website
Çözüldü
|
|
2
Nis 24
|
5944 |