Odoo18-Base/addons/http_routing/__manifest__.py
2025-01-06 10:57:38 +07:00

20 lines
495 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Web Routing',
'summary': 'Web Routing',
'sequence': 9100,
'category': 'Hidden',
'description': """
Proposes advanced routing options not available in web or base to keep
base modules simple.
""",
'data': [
'views/http_routing_template.xml',
'views/res_lang_views.xml',
],
'post_init_hook': '_post_init_hook',
'depends': ['web'],
'license': 'LGPL-3',
}