diff --git a/timesheet_description/__manifest__.py b/timesheet_description/__manifest__.py index 28ffc050..e01b7b76 100644 --- a/timesheet_description/__manifest__.py +++ b/timesheet_description/__manifest__.py @@ -1,6 +1,6 @@ { 'name': 'Timesheet Description', - 'version': '16.0.1.0.0', + 'version': '17.0.1.0.0', 'author': 'Hibou Corp. ', 'website': 'https://hibou.io/', 'license': 'AGPL-3', @@ -12,6 +12,7 @@ Timesheet entries will be made in a form view, allowing the end user to enter mo Optionally, allows you to display your timesheet entries in markdown on the front end of the website. """, 'depends': [ + 'website_project_task', 'project', 'hr_timesheet', ], diff --git a/timesheet_description/views/timesheet_views.xml b/timesheet_description/views/timesheet_views.xml index a6be225b..7561621d 100644 --- a/timesheet_description/views/timesheet_views.xml +++ b/timesheet_description/views/timesheet_views.xml @@ -11,7 +11,7 @@ text Describe your activity (you can use markdown) - 4 + 2