2024-05-21 15:09:17 +03:00
|
|
|
# Part of Talisman . See LICENSE file for full copyright and licensing details.
|
2024-05-03 12:59:22 +03:00
|
|
|
|
|
|
|
{
|
|
|
|
'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',
|
|
|
|
}
|