2026-01-31 08:29:51 -05:00

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,
}