콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
4 답글
28597 화면

How can I sort items in the kanban view? For example sort task in the Kanban view in alphabetical order?

아바타
취소
베스트 답변

You can change the default sorting order of the kanban cards by modifying the kanban view definition. Just add a "default_order" attribute to the kanban node, with the comma separated names of sorting fields.

e.g. 

...
<field name="arch" type="xml">
<kanban default_order="name">
...

see https://www.odoo.com/documentation/8.0/reference/views.html#kanban for the reference

아바타
취소

default_order is not working in openerp7, Can you tell me how can i sort column in kanbanview in openerp7 ?

베스트 답변

Hello,

you can not directly sort product into a kanban view.

First open list view and  then sort it  as your need and then change view to kanban it is in the sorted form.

아바타
취소
베스트 답변

You can sort items in kanban view in Odoo10 -

1) You can search by categories in the search panel

2)You can Filter items

3)You an Group by items

4)You can choose Favorites

아바타
취소
관련 게시물 답글 화면 활동
1
1월 25
1853
1
2월 24
2203
0
8월 22
2699
0
3월 22
2662
1
10월 19
5657