19 lines
587 B
Python
19 lines
587 B
Python
{
|
|
'name': 'Project Timesheet Matrix',
|
|
'summary': "Wizard which allows to timesheet per user per day of a month for a project",
|
|
"version": "1.0.0",
|
|
"author": "JMDN Solutions Sàrl",
|
|
"website": "https://www.jmdn-group.com",
|
|
"license": "AGPL-3",
|
|
"category": "Project",
|
|
"depends": [
|
|
'web_widget_x2many_2d_matrix', 'project', 'hr_timesheet', 'analytic'
|
|
],
|
|
"data": [
|
|
# 'security/ir.model.access.csv',
|
|
'views/project_timesheet_matrix_view.xml',
|
|
'wizard/project_timesheet_matrix_wiz.xml',
|
|
],
|
|
"installable": True,
|
|
}
|