odex30_standard/exp_hr_payroll_account/__manifest__.py

27 lines
655 B
Python

# -*- coding:utf-8 -*-
{
'name': 'Payroll Accounting',
'version': '18.0.1.0.0',
'category': 'Odex25-HR/Odex25-HR',
'description': """
Generic Payroll system Integrated with Accounting.
==================================================
* Expense Encoding
* Payment Encoding
* Company Contribution Management
""",
'depends': [
'exp_hr_payroll',
'account'
],
'data': [
'views/hr_payroll_account_views.xml'
],
'demo': [],
'test': ['../account/test/account_minimal_test.xml'],
'images': ['static/description/banner.png'],
'application': True,
}