flectra/addons/hr_expense_check/__manifest__.py
flectra-admin 769eafb483 [INIT] Inception of Flectra from Odoo
Flectra is Forked from Odoo v11 commit : (6135e82d73)
2018-01-16 11:45:59 +05:30

16 lines
421 B
Python

# -*- coding: utf-8 -*-
{
'name': "Check Printing in Expenses",
'summary': """Print amount in words on checks issued for expenses""",
'category': 'Accounting',
'description': """
Print amount in words on checks issued for expenses
""",
'version': '1.0',
'depends': ['account_check_printing', 'hr_expense'],
'auto_install': True,
'data': [
'views/payment.xml',
],
}