odoo18/addons_extensions/leaves_timesheets_extended/__manifest__.py

25 lines
589 B
Python

{
'name': 'Leaves Timesheets Extended',
'version': '18.0.1.0.0',
'category': 'Human Resources',
'summary': 'Integrate Leaves with Timesheets',
'author': 'Srivyn Platforms',
'license': 'LGPL-3',
'depends': [
'hr_holidays',
'hr_timesheet',
'project',
],
'data': [
'data/project_task_data.xml',
'views/hr_leave_views.xml',
'views/hr_leave_type.xml',
'views/hr_leave_allocation.xml',
'views/hr_leave_allocation_mail_template.xml',
],
'installable': True,
'application': False,
}