18 lines
476 B
Python
18 lines
476 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',
|
|
'author': 'Suherdy Yacob',
|
|
'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,
|
|
}
|