29 lines
875 B
Python
Executable File
29 lines
875 B
Python
Executable File
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
{
|
|
'name': 'Disciplinary',
|
|
'version': '1.0.0',
|
|
'category': 'Apps',
|
|
'summary': 'Disciplinary',
|
|
'description': 'Employee Disciplinary',
|
|
'sequence': '10',
|
|
'author': '',
|
|
'company': 'FTPROTECH',
|
|
'website': 'https://www.ftprotech.in',
|
|
'depends': ['mail', 'hr', 'base', 'website_hr_recruitment', 'contacts', 'point_of_sale'],
|
|
'demo': [],
|
|
'data': [
|
|
'data/sequence.xml',
|
|
'security/ir.model.access.csv',
|
|
'views/disciplinary_view.xml',
|
|
'views/employee_displance.xml',
|
|
'views/mistake_type_views.xml',
|
|
'views/incident_sub_type.xml',
|
|
'views/disciplinary_complaint_type.xml',
|
|
],
|
|
'installable': True,
|
|
'application': False,
|
|
'auto_install': False,
|
|
'license': 'LGPL-3',
|
|
}
|