You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
393 B
23 lines
393 B
# -*- coding: utf-8 -*-
|
|
{
|
|
'name': "Base menu for Odoo Galicea Ecosystem",
|
|
|
|
'summary': """
|
|
Menu only
|
|
""",
|
|
|
|
'author': "Jurek Wawro",
|
|
'maintainer': "Galicea",
|
|
'website': "http://galicea.pl",
|
|
|
|
'category': 'Technical Settings',
|
|
'version': '12.0.1.0',
|
|
|
|
'depends': ['web',],
|
|
|
|
'data': [
|
|
'views/base_menu.xml',
|
|
],
|
|
|
|
'installable': True
|
|
}
|