16 lines
459 B
Python
16 lines
459 B
Python
{
|
|
'name': 'POS Hide Payments In Progress',
|
|
'version': '19.0.1.0.0',
|
|
'category': 'Point of Sale',
|
|
'summary': 'Hide Payments smart button on POS Session and POS payments list from In Progress sessions',
|
|
'author': 'Suherdy Yacob',
|
|
'depends': ['point_of_sale'],
|
|
'data': [
|
|
'views/pos_session_views.xml',
|
|
'views/pos_payment_views.xml',
|
|
],
|
|
'installable': True,
|
|
'application': False,
|
|
'license': 'LGPL-3',
|
|
}
|