29 lines
1.1 KiB
Python
29 lines
1.1 KiB
Python
{
|
|
'name': 'POS KDS Tracker and Report',
|
|
'version': '19.0.1.0.2',
|
|
'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': 'Suherdy Yacob',
|
|
'depends': ['point_of_sale', 'pos_enterprise'],
|
|
'data': [
|
|
'security/ir.model.access.csv',
|
|
'views/pos_kds_report_views.xml',
|
|
],
|
|
'assets': {
|
|
'pos_preparation_display.assets': [
|
|
'pos_kds_report/static/src/app/models/pos_preparation_state.js',
|
|
'pos_kds_report/static/src/app/services/preparation_display_service.js',
|
|
'pos_kds_report/static/src/app/components/preparation_display/preparation_display.xml',
|
|
],
|
|
},
|
|
'installable': True,
|
|
'application': False,
|
|
'auto_install': False,
|
|
'license': 'LGPL-3',
|
|
}
|