Browse Source

Changed Manifest

pull/81/head
SHEREEF PT 8 years ago
parent
commit
ba8c01044b
  1. 2
      employee_contract_report/__openerp__.py
  2. 20
      employee_contract_report/__openerp__.py~

2
employee_contract_report/__openerp__.py

@ -1,7 +1,7 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
{ {
'name': "Employee Contracts Report", 'name': "Employee Contracts Report",
'summary': """Contract Report""", 'description': """This Module Gives PDF Report on Contract Form.""",
'description': """This Module Gives PDF Report on Contract Form.""", 'description': """This Module Gives PDF Report on Contract Form.""",
'category': 'Human Resources', 'category': 'Human Resources',
'version': '0.1', 'version': '0.1',

20
employee_contract_report/__openerp__.py~

@ -0,0 +1,20 @@
# -*- coding: utf-8 -*-
{
'name': "Employee Contracts Report",
'summary': """Contract Report""",
'description': """This Module Gives PDF Report on Contract Form.""",
'category': '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,
}
Loading…
Cancel
Save