13 lines
425 B
Python
13 lines
425 B
Python
{
|
|
'name': 'HR Expense Payment Status Override',
|
|
'version': '19.0.1.0.0',
|
|
'summary': 'Override the hardcoded "Paid" status for expenses paid by the company, keeping them "In Payment" until reconciled.',
|
|
'category': 'Human Resources/Expenses',
|
|
'author': 'Suherdy Yacob',
|
|
'depends': ['hr_expense', 'account'],
|
|
'data': [],
|
|
'installable': True,
|
|
'application': False,
|
|
'license': 'LGPL-3',
|
|
}
|