hr_expense_payment_status/__manifest__.py
2026-03-31 11:55:30 +07:00

13 lines
425 B
Python

{
'name': 'HR Expense Payment Status Override',
'version': '17.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',
}