31 lines
893 B
Python

{
'name': 'Dine360 Kitchen Display System',
'version': '1.0',
'category': 'Sales/Point of Sale',
'summary': 'Dedicated KDS for Restaurant Kitchen',
'description': """
Professional Kitchen Display System:
- Real-time order tracking
- Preparation status management
- Cooking time tracking
- Kanban dashboard for chefs
- Floor/Table based organization
""",
'author': 'Dine360',
'depends': ['point_of_sale', 'pos_restaurant', 'dine360_restaurant'],
'data': [
'security/ir.model.access.csv',
'views/pos_order_line_views.xml',
'views/product_views.xml',
'views/kds_menus.xml',
],
'assets': {
'web.assets_backend': [
'dine360_kds/static/src/css/kds_style.css',
],
},
'installable': True,
'application': True,
'license': 'LGPL-3',
}