From: Martin Trigaux Date: Thu, 13 Nov 2014 10:26:44 +0000 (+0100) Subject: [FIX] hr_timehseet: restrict access right X-Git-Url: http://git.inspyration.org/?a=commitdiff_plain;h=ef55d19e3494e78b42c4d8f5a8968394b0713813;hp=ca209eb18411847783559012107c93a2e76cfadc;p=odoo%2Fodoo.git [FIX] hr_timehseet: restrict access right Fix error while moving it at ca209eb --- diff --git a/addons/hr_timesheet/security/ir.model.access.csv b/addons/hr_timesheet/security/ir.model.access.csv index 4ac30f0..3673a3d 100644 --- a/addons/hr_timesheet/security/ir.model.access.csv +++ b/addons/hr_timesheet/security/ir.model.access.csv @@ -10,4 +10,4 @@ access_product_uom_hr_timesheet,product.uom.hr.timesheet,product.model_product_u access_account_fiscalyear_hr_user,account.account.fiscalyear.user,account.model_account_fiscalyear,base.group_hr_user,1,1,1,1 access_hr_analytic_timesheet_user,hr.analytic.timesheet.user,model_hr_analytic_timesheet,base.group_user,1,1,1,0 access_account_analytic_journal_user,account.account.analytic.journal.user,account.model_account_analytic_journal,base.group_user,1,0,0,0 -access_hr_timesheet_report,access_hr_timesheet_report,model_hr_timesheet_report,,1,1,1,1 +access_hr_timesheet_report,hr.timesheet.report,model_hr_timesheet_report,base.group_hr_manager,1,1,0,0