From e9954cd9f903b247bd8f9fb66afa57d118e4ce7a Mon Sep 17 00:00:00 2001 From: Antonio Esposito Date: Mon, 27 Oct 2014 12:13:18 +0100 Subject: [PATCH] [FIX] Fix for Issue 2716: Hide 'Print' button for the report 'Timesheet Profit' The report 'Profit Timesheet' shouldn't be directly displayed in the views related to the model 'account.analytic.line' but only from the reporting menu. In facts the report requires a popup to specify the report parameters. Fixes #2716 --- addons/hr_timesheet_invoice/hr_timesheet_invoice_report.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/hr_timesheet_invoice/hr_timesheet_invoice_report.xml b/addons/hr_timesheet_invoice/hr_timesheet_invoice_report.xml index 3c6df8ef378..3faf0a47e6e 100644 --- a/addons/hr_timesheet_invoice/hr_timesheet_invoice_report.xml +++ b/addons/hr_timesheet_invoice/hr_timesheet_invoice_report.xml @@ -7,6 +7,7 @@ name="hr_timesheet_invoice.report_analyticprofit" file="hr_timesheet_invoice.report_analyticprofit" report_type="qweb-pdf" + menu="False" string="Timesheet Profit" />