You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

20 lines
708 B

# -*- coding: utf-8 -*-
{
'name': "Employee Contracts Report",
'description': """This Module Gives PDF Report of Contract Form.""",
'description': """This Module Gives PDF Report of Contract Form.""",
"category": "Generic Modules/Human Resources",
'version': '0.1',
'author': "Cybrosys Techno Solutions",
'company': "Cybrosys Techno Solutions",
'website': "http://www.cybrosys.com",
'depends': ['base', 'hr', 'hr_contract', 'hr_payroll', 'report'],
'data': [
'views/contract_report.xml',
'views/report_contract.xml',
],
'images': ['static/description/banner.jpg'],
'license': 'AGPL-3',
'installable': True,
'auto_install': False,
}