blob: 0728008c75c6dcee8f4a6816713bf446e40192b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# -*- coding: utf-8 -*-
# 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',
],
'depends': ['web'],
'license': 'LGPL-3',
}
|