769eafb483
Flectra is Forked from Odoo v11 commit : (6135e82d73
)
16 lines
421 B
Python
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',
|
|
],
|
|
}
|