Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
2 Trả lời
13367 Lượt xem

I want to display only current status on the header instead of all the statuses:

e.g. 
I have more than 12 statuses for my object and the statusbar gets messed up if I display all statuses. I don't want to use statusbar_visible as it displays specific statuses only and then when the record is on different status than what it has on statusbar_visible, it expands the statusbar options again by adding new status which is confusing.

Please help me.

Ảnh đại diện
Huỷ bỏ
Tác giả Câu trả lời hay nhất

Thanks for your help, very much. It worked when I put statusbar_visible=" " with a space between quotes. 

I appreciate your suggestion! 

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất


Make the statusbar_visible empty, as follows

<field name="state" widget="statusbar" statusbar_visible=""/>  

and it will shows only the current status.

My advice is to put the first and last states, as follows

<field name="state" widget="statusbar" statusbar_visible="first_state,last_state"/> 

so that the current state will be shown between them, this is better.


I hope this would be helpful

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
4
thg 3 20
154
2
thg 5 17
3740
1
thg 7 24
2194
0
thg 4 24
1820
4
thg 11 23
5854