diff --git a/timesheet_description/__manifest__.py b/timesheet_description/__manifest__.py index edf86384..63724af7 100644 --- a/timesheet_description/__manifest__.py +++ b/timesheet_description/__manifest__.py @@ -16,7 +16,7 @@ Optionally, allows you to display your timesheet entries in markdown on the fron 'hr_timesheet', ], 'data': [ - # 'views/project_templates.xml', + 'views/project_templates.xml', 'views/timesheet_views.xml', ], 'installable': True, diff --git a/timesheet_description/views/project_templates.xml b/timesheet_description/views/project_templates.xml index f9f05843..217df086 100644 --- a/timesheet_description/views/project_templates.xml +++ b/timesheet_description/views/project_templates.xml @@ -1,7 +1,7 @@