21 lines
510 B
Python
21 lines
510 B
Python
{
|
|
'name': 'Roster Management',
|
|
'version': '18.0.1.0.0',
|
|
'category': 'Human Resources',
|
|
'summary': 'Employee Shift and Roster Management',
|
|
'author': 'Srivyn Platforms',
|
|
'license': 'LGPL-3',
|
|
'depends': [
|
|
'hr',
|
|
'mail',
|
|
'resource',
|
|
],
|
|
'data': [
|
|
'security/ir.model.access.csv',
|
|
'views/shift_swap.xml',
|
|
'views/team_roster.xml',
|
|
'views/shift_swap_mail_template.xml',
|
|
],
|
|
'installable': True,
|
|
'application': True,
|
|
} |