15 lines
480 B
Python
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',
|
|
}
|