oca-technical/odoo-bringout-oca-server-ux-developer_menu/developer_menu/__manifest__.py
2025-08-29 15:43:03 +02:00

19 lines
489 B
Python

# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Developer Menu",
"version": "16.0.1.0.0",
"category": "Tools",
"license": "AGPL-3",
"summary": "Menu Shortcut for developer usage",
"author": "Akretion,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/server-ux",
"maintainers": ["bealdav"],
"depends": [
"mail",
],
"data": [
"views/menu_view.xml",
],
"installable": True,
}