33 lines
1.1 KiB
Python

{
'name': 'Dine360 Table Reservation',
'version': '1.0',
'category': 'Sales/Restaurant',
'summary': 'Advanced Table Reservation System with Time Slots and Overlap Prevention',
'description': """
Advanced Table Reservation System:
- Time Slot based reservations
- Overlap prevention
- Auto-completion of past reservations
- WhatsApp/SMS notification hooks
""",
'author': 'Dine360',
'depends': ['base', 'website', 'pos_restaurant'],
'data': [
'security/ir.model.access.csv',
'data/reservation_sequence.xml',
'data/reservation_cron.xml',
'data/reservation_schedule_data.xml',
'data/website_menu.xml',
'views/reservation_views.xml',
'views/restaurant_table_views.xml',
'views/reservation_schedule_views.xml',
'views/reservation_holiday_views.xml',
'views/reservation_templates.xml',
'views/menu_items.xml',
],
'installable': True,
'application': True,
'icon': '/dine360_reservation/static/description/icon.png',
'license': 'LGPL-3',
}