# -*- coding: utf-8 -*- { 'name': 'Dine360 Table Management', 'version': '1.0', 'category': 'Sales/Restaurant', 'summary': 'Dedicated Floor and Table Management System', 'description': """ Provides backend menus and views to create, configure and manage floors and tables, independent of POS configuration, and seamlessly integrated with Dine360 modules. """, 'author': 'Dine360', 'depends': ['pos_restaurant'], 'data': [ 'views/restaurant_floor_views.xml', 'views/restaurant_table_views.xml', 'views/menu_items.xml', ], 'installable': True, 'application': True, 'icon': '/dine360_table/static/description/icon.png', 'license': 'LGPL-3', }