pos_customer_orders/__manifest__.py

13 lines
312 B
Python
Executable File

{
'name': 'POS Customer Orders',
'version': '19.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': {},
'installable': True,
'application': False,
}