[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
This commit is contained in:
Antonio Esposito 2014-10-27 12:13:18 +01:00 committed by Simon Lejeune
parent b962c5810c
commit e9954cd9f9
1 changed files with 1 additions and 0 deletions

View File

@ -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"
/>
</data>