From 19f13ab82dfe2b6a7e92750995a5b333b8dc489d Mon Sep 17 00:00:00 2001 From: Pawan Kumar Date: Fri, 19 Feb 2021 00:02:06 +0530 Subject: [PATCH] remove comment --- cor_custom/report/project_hours_report.py | 1 - cor_custom/report/project_hours_report_view.xml | 2 -- 2 files changed, 3 deletions(-) diff --git a/cor_custom/report/project_hours_report.py b/cor_custom/report/project_hours_report.py index 69d9844..b347d84 100755 --- a/cor_custom/report/project_hours_report.py +++ b/cor_custom/report/project_hours_report.py @@ -13,7 +13,6 @@ class BudgetHrsAnalysis(models.Model): _auto = False project_id = fields.Many2one('project.project', string='Project', readonly=True) - user_id = fields.Many2one('res.users', related='project_id.user_id', store=True) employee_id = fields.Many2one('hr.employee', string='Consultant', readonly=True) start_date = fields.Date(string='Start Date', readonly=True) end_date = fields.Date(string='End Date', readonly=True) diff --git a/cor_custom/report/project_hours_report_view.xml b/cor_custom/report/project_hours_report_view.xml index c6f91f1..cce1b1b 100755 --- a/cor_custom/report/project_hours_report_view.xml +++ b/cor_custom/report/project_hours_report_view.xml @@ -8,7 +8,6 @@
- @@ -26,7 +25,6 @@ -