Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
1 Antworten
7171 Ansichten

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?


Avatar
Verwerfen
Beste Antwort

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


Avatar
Verwerfen
Autor

Thanks, your answer confirms my understanding.

Verknüpfte Beiträge Antworten Ansichten Aktivität
3
Sept. 22
7299
1
Aug. 22
4858
3
März 21
2114
5
Feb. 20
12155
2
Feb. 19
2860