[MIG] timesheet_description: Module migration

This commit is contained in:
Juan Pablo Ticse
2023-10-31 16:35:25 +00:00
committed by Mayank Patel
parent cccc7271b4
commit ce85dd9be8
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
'name': 'Timesheet Description',
'version': '16.0.1.0.0',
'version': '17.0.1.0.0',
'author': 'Hibou Corp. <hello@hibou.io>',
'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',
],