39 lines
1.2 KiB
Python
39 lines
1.2 KiB
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', 'sale_management', 'website_sale'],
|
|
'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',
|
|
'dine360_kds/static/src/js/kds_backend.js',
|
|
],
|
|
'point_of_sale.assets_prod': [
|
|
'dine360_kds/static/src/css/pos_kds.css',
|
|
'dine360_kds/static/src/js/pos_kds.js',
|
|
# 'dine360_kds/static/src/xml/pos_kds.xml', # Temporarily disabled
|
|
],
|
|
|
|
},
|
|
'installable': True,
|
|
'application': True,
|
|
'icon': '/dine360_kds/static/description/icon.png',
|
|
'license': 'LGPL-3',
|
|
}
|