31 lines
1.1 KiB
Python
31 lines
1.1 KiB
Python
{
|
|
'name': 'POS Face Recognition',
|
|
'version': '17.0.1.0.0',
|
|
'category': 'Point of Sale',
|
|
'summary': 'Face Recognition for POS',
|
|
'description': """
|
|
This module extends the Point of Sale to include Face Recognition capabilities.
|
|
- Capture customer images for training.
|
|
- Recognize customers in POS using AI.
|
|
""",
|
|
'depends': ['point_of_sale', 'contacts'],
|
|
'data': [
|
|
'views/res_partner_views.xml',
|
|
'views/pos_config_views.xml',
|
|
'views/res_config_settings_views.xml',
|
|
],
|
|
'assets': {
|
|
'point_of_sale.assets_prod': [
|
|
'pos_face_recognition/static/src/xml/face_recognition_screens.xml',
|
|
'pos_face_recognition/static/src/xml/partner_details_edit.xml',
|
|
'pos_face_recognition/static/src/js/models.js',
|
|
'pos_face_recognition/static/src/js/face_recognition_sidebar.js',
|
|
'pos_face_recognition/static/src/js/partner_details_edit.js',
|
|
'pos_face_recognition/static/src/css/face_recognition.css',
|
|
],
|
|
},
|
|
'installable': True,
|
|
'application': False,
|
|
'license': 'LGPL-3',
|
|
}
|