pos_hide_payments_in_progress/__manifest__.py
2026-06-03 08:13:06 +07:00

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',
}