Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
7569 Widoki

Use case : how to order helpdesk tickets based on the kanban_state field?
https://drive.google.com/file/d/1XNDcyx2Kcog40WlGug3kHg80GhvTozKh/view
 

Awatar
Odrzuć
Autor Najlepsza odpowiedź

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>

Awatar
Odrzuć

awesome. cheers!

Najlepsza odpowiedź

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
 

 


Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
maj 25
845
2
lis 24
2382
0
paź 24
1223
1
lip 24
1362
2
kwi 24
5941