mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-17 18:29:08 +02:00
24 lines
958 B
Python
Executable File
24 lines
958 B
Python
Executable File
{
|
|
'name': "Open HRMS Attendance Regularization",
|
|
'version': '13.0.1.0.0',
|
|
'summary': """Assigning Attendance for the Employees with Onsight Jobs""",
|
|
'description': """Assigning Attendance for the Employees with Onsight Jobs through the requests by Employees """,
|
|
'category': 'Human Resource',
|
|
'author': 'Cybrosys Techno Solutions',
|
|
'company': 'Cybrosys Techno Solutions',
|
|
'maintainer': 'Cybrosys Techno Solutions',
|
|
'website': "https://www.openhrms.com",
|
|
'depends': ['base', 'hr', 'hr_attendance', 'project', 'contacts', 'oh_employee_creation_from_user'],
|
|
'data': [
|
|
'security/ir.model.access.csv',
|
|
'security/security.xml',
|
|
'views/category.xml',
|
|
'views/regularization_views.xml',
|
|
],
|
|
'demo': ['data/regularization_data.xml',],
|
|
'images': ['static/description/banner.png'],
|
|
'license': "AGPL-3",
|
|
'installable': True,
|
|
'application': True,
|
|
}
|