odoo18/addons_extensions/weekly_timesheets/__manifest__.py

25 lines
559 B
Python

{
'name': 'Weekly Timesheets',
'version': '18.0.1.0.0',
'category': 'Human Resources',
'summary': 'Weekly Timesheets',
'author': 'Srivyn Platforms',
'license': 'LGPL-3',
'depends': [
'hr_holidays',
'hr_timesheet',
'project',
],
'data': [
'security/ir.model.access.csv',
'views/hr_timesheet_inherit.xml',
'views/weekly_period_timesheets.xml',
'views/week_timesheet.xml',
'views/mail_template.xml',
],
'installable': True,
'application': False,
}