account_payment_liability/__manifest__.py
2026-03-31 11:56:50 +07:00

15 lines
480 B
Python

{
'name': 'Account Payment: Current Liability Override',
'version': '17.0.1.0.0',
'summary': 'Allow employees to use a Current Liability account (liability_current) as their payable account and process payments correctly.',
'category': 'Accounting/Accounting',
'author': 'Suherdy Yacob',
'depends': ['account'],
'data': [
'views/account_move_line_views.xml',
],
'installable': True,
'application': False,
'license': 'LGPL-3',
}