Skip to Content
Menu
This question has been flagged
2 Replies
2271 Views

Hi,

A quick question regarding the installation of the new instance of Odoo. After the new database creation, admin is redirected to the application menu. 

Which module/part of the code controls this behavior?  


Kind regards.

Avatar
Discard
Best Answer

Hi,

The sequence of menu is maintained by field sequence in model ir.ui.menu.

You can view or edit sequence of menu items from Settings/ technical/ User interface/ Menu Items (You need to enable developer mode for this).

Avatar
Discard
Best Answer

Hi,

Actually, when you logged into the database you will be shown the first menu, in the case of creating the DB also we have the same case.


When we create a new DB, there will be two menus, ie, Apps, and Settings.


When creating the new database, base modules will get installed,  you can check what the install function of a module returns.


Thanks

Avatar
Discard
Author

Thanks a lot for your answer. This applies to the regular login, I am looking for the behavior applicable to the initial, forced login directly after creating a new database (login as an admin).