forked from alaguraj/odoo-testing-addons
18 lines
387 B
Python
18 lines
387 B
Python
{
|
|
'name': 'Dine360 Restaurant Suite',
|
|
'version': '1.0.0',
|
|
'license': 'LGPL-3',
|
|
'category': 'Website',
|
|
'summary': 'Installs all Dine360 Restaurant modules',
|
|
'author': 'Dine360',
|
|
'depends': [
|
|
'dine360_dashboard',
|
|
'dine360_restaurant',
|
|
'dine360_theme_chennora',
|
|
],
|
|
'data': [],
|
|
'installable': True,
|
|
'application': True,
|
|
}
|
|
|