22 lines
772 B
Python
22 lines
772 B
Python
{
|
|
'name': 'POS KDS Tracker and Report',
|
|
'version': '1.0',
|
|
'category': 'Sales/Point of Sale',
|
|
'summary': 'Tracks Kitchen Display System completion times for analysis',
|
|
'description': """
|
|
This module tracks and persists the completion times of KDS orders and lines.
|
|
It enables detailed historical reporting on the average time to complete an order,
|
|
product, or product category across POS Shops and specific Kitchen Display Systems.
|
|
""",
|
|
'author': 'Your Name',
|
|
'depends': ['point_of_sale', 'pos_enterprise'],
|
|
'data': [
|
|
'security/ir.model.access.csv',
|
|
'views/pos_kds_report_views.xml',
|
|
],
|
|
'installable': True,
|
|
'application': False,
|
|
'auto_install': False,
|
|
'license': 'LGPL-3',
|
|
}
|