Skip to Content
Menu
v 18.0 Third Party 1558
Download for v 18.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 526
Technical Name main_menu
LicenseLGPL-3
Websitehttps://axelmanzanilla.com
Versions 16.0 17.0 18.0 19.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 526
Technical Name main_menu
LicenseLGPL-3
Websitehttps://axelmanzanilla.com
Versions 16.0 17.0 18.0 19.0

Main Menu

Version 18.0.1.2.0

This module is designed for Odoo Community Edition, providing an enhanced way to navigate between modules more efficiently.

If you have website installed, it is recommended to also download the main_menu_website module for a better user experience.

Features:

  • Centralized main menu to quickly access the core modules installed in Odoo. Main Menu Screenshot
  • Enables widget functionality to display the current date and publish announcements for all users. Only administrators can modify announcements. Widget Functionality
  • Allows the creation of bookmarks for quick access to important menus within Odoo or external links. Bookmarks Screenshot
  • Easily create new menu bookmarks using the "Add Bookmark" button. Add Bookmarks Screenshot

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
There are no ratings yet!
error when installing your add on
by
HEBERLE STEPHANE
on 8/27/25, 10:17 AM

When I install the module I receive this error for odoo 18 Community 

Opération invalide

Erreur lors de l'importation du module 'main_menu'. Module loading main_menu failed: file /tmp/tmpmbp908o7/main_menu/security/ir.model.access.csv could not be processed: Aucun enregistrement trouvé pour id externe 'model_menu_bookmark' dans le champ 'Model' Missing required value for the field 'Model' (model_id)

Version : 

Odoo 18.0-20250523 (Edition Community)

If you give me your hand ? Thanks you 


18 After installing the module, an error occurred. Please ask an expert for advice. He can give a solution. Thank you. The code is as follows:
by
odooman
on 12/28/24, 10:02 AM

Odoo服务器错误

RPC_错误

Odoo 服务器错误

发生在 192.168.10.121:8069 上,型号为 ir.module.module,ID 为 24,时间为 2024-12-28 14:55:49 GMT


    来自。
  文件“/opt/odoo18/addons/main_menu/controllers/__init__.py”,第1行,位于<module>
    来自 . 门户菜单书签
  文件“/opt/odoo18/addons/main_menu/controllers/menu_bookmark.py”,第5行,位于<module>
    菜单书签类(http.Controller):
  文件“/opt/odoo18/addons/main_menu/controllers/menu_bookmark.py”,第7行,位于MenuBookmark中
    @route('/web/menu_bookmark/data',method=['POST'],类型='json',auth='user')
     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  文件“/opt/odoo18/odoo/http.py”,第718行,在装饰器中
    在 _dispatchers.keys() 断言routing.get('type', 'http')
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^
断言错误

问题服务器错误导致以下客户端错误:
RPC_ERROR:Odoo 服务器错误
    RPC_错误
        在 makeErrorFromResponse (http://192.168.10.121:8069/web/assets/1/debug/web.assets_web.js:30672:19) (/web/static/src/core/network/rpc.js:34)
        在 XMLHttpRequest.<anonymous> (http://192.168.10.121:8069/web/assets/1/debug/web.assets_web.js:30726:27)(/web/static/src/core/network/rpc.js:88)

Re: 18 After installing the module, an error occurred. Please ask an expert for advice. He can give a solution. Thank you. The code is as follows:
by
Amadeus
on 9/6/25, 1:40 AM Author

It looks like the error is caused because the 's' was accidentally removed from the word 'methods' in the route definition. Changing 'method' to 'methods' should fix the issue.