From 23eec3fd7d301f2253e06bdb2dd2c391e33925e0 Mon Sep 17 00:00:00 2001 From: Bhoomi Date: Tue, 8 Oct 2019 13:14:09 -0400 Subject: [PATCH] MIG `timesheet_description` For Odoo 13.0 --- timesheet_description/__manifest__.py | 2 +- .../views/project_templates.xml | 2 +- .../views/timesheet_views.xml | 56 +++++-------------- 3 files changed, 15 insertions(+), 45 deletions(-) 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 @@