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

I'd like to ensure that custom window actions I've created show up sequentially in the Action dropdown menu, but I noticed that the ir.actions.act_window model does not actually have a sequence field and the _sequence attribute is set to ir_actions_id_seq.

Is it fair to say that the order of the menu items will be based upon the order their module was installed?

And, is there any way to explicitly set the order of the items in this list?


아바타
취소
베스트 답변

yes, we can change the order of sequence (user-defined act window)

step1: unlink the act window  ex : invoice order, sequence--> export

                                                                                                        delete

                                                                                                        update tax with tax cloud

unlink of id can be done by commenting the act window code in xml and update all

step 2:  create the id of the act window sequence--> export

                                                                                          delete

                                                                                          update tax with tax cloud

                                                                                           Invoice otder

we can create the id by uncommenting code in xml and update all


아바타
취소
작성자

Thanks, your answer confirms my understanding.

관련 게시물 답글 화면 활동
3
9월 22
7298
1
8월 22
4854
3
3월 21
2111
5
2월 20
12151
2
2월 19
2858