15 lines
363 B
Python
15 lines
363 B
Python
# -*- coding: utf-8 -*-
|
|
{
|
|
'name': 'Demo Data Loader Base',
|
|
'version': '1.0',
|
|
'category': 'Technical',
|
|
'summary': 'Base module: adds "Load Demo Data" button in Settings',
|
|
'depends': ['base_setup'],
|
|
'data': [
|
|
'views/res_config_settings_views.xml',
|
|
],
|
|
'installable': True,
|
|
'application': False,
|
|
'license': 'LGPL-3',
|
|
}
|