From 5d46a570c8698d3e661e0da3409a6c6e7f6ce178 Mon Sep 17 00:00:00 2001 From: prakash Date: Mon, 2 May 2022 07:13:05 +0530 Subject: [PATCH] Report revenue 1.1 updated --- project_report/__manifest__.py | 1 + project_report/report/__init__.py | 1 + .../report/project_consultant_custom_report_views.xml | 2 +- project_report/security/ir.model.access.csv | 3 +++ 4 files changed, 6 insertions(+), 1 deletion(-) diff --git a/project_report/__manifest__.py b/project_report/__manifest__.py index 5b4eb09..902e0cd 100755 --- a/project_report/__manifest__.py +++ b/project_report/__manifest__.py @@ -22,6 +22,7 @@ 'report/project_timeline_report_views.xml', 'report/project_timesheet_report_views.xml', 'report/project_revenue_custom_report_views.xml', + 'report/project_revenue_custom_report2_views.xml', 'report/project_consultant_custom_report_views.xml', #'report/cor_project_report_views.xml', ], diff --git a/project_report/report/__init__.py b/project_report/report/__init__.py index dac41ee..f1d2540 100755 --- a/project_report/report/__init__.py +++ b/project_report/report/__init__.py @@ -6,5 +6,6 @@ from . import project_budget_amt_analysis from . import project_timeline_report from . import project_timesheet_report from . import project_revenue_custom_report +from . import project_revenue_custom_report2 from . import project_consultant_custom_report #from . import cor_project_report diff --git a/project_report/report/project_consultant_custom_report_views.xml b/project_report/report/project_consultant_custom_report_views.xml index 282b051..e62272a 100755 --- a/project_report/report/project_consultant_custom_report_views.xml +++ b/project_report/report/project_consultant_custom_report_views.xml @@ -77,6 +77,6 @@ parent="project.menu_project_report" action="project_consultant_custom_report_action" name="Consultant Allocation Reports" - sequence="50"/> + sequence="51"/> diff --git a/project_report/security/ir.model.access.csv b/project_report/security/ir.model.access.csv index 961fa44..6699481 100755 --- a/project_report/security/ir.model.access.csv +++ b/project_report/security/ir.model.access.csv @@ -13,4 +13,7 @@ access_project_revenue_custom_report_manager,project_revenue_custom_report_manag access_project_revenue_custom_report_user,project_revenue_custom_report_user,model_project_revenue_custom_report,project.group_project_user,1,0,0,0 access_project_consultant_custom_report_manager,project_consultant_custom_report_manager,model_project_consultant_custom_report,project.group_project_manager,1,1,1,1 access_project_consultant_custom_report_user,project_consultant_custom_report_user,model_project_consultant_custom_report,project.group_project_user,1,0,0,0 +access_project_revenue_custom_report2_manager,project_revenue_custom_report2_manager,model_project_revenue_custom_report2,project.group_project_manager,1,1,1,1 +access_project_revenue_custom_report2_user,project_revenue_custom_report2_user,model_project_revenue_custom_report2,project.group_project_user,1,0,0,0 +