pos_customer_orders/__manifest__.py
2025-12-02 16:18:44 +07:00

17 lines
445 B
Python

{
'name': 'POS Customer Orders',
'version': '17.0.1.0.0',
'category': 'Point of Sale',
'summary': 'Show last 2 orders in POS Customer Details',
'depends': ['point_of_sale'],
'data': [],
'assets': {
'point_of_sale.assets_prod': [
'pos_customer_orders/static/src/xml/**/*',
'pos_customer_orders/static/src/js/**/*',
],
},
'installable': True,
'application': False,
}