Merge lp:~openerp-dev/openobject-addons/trunk-bug-939294-amp into lp:openobject-addons

Proposed by Amit Parik
Status: Merged
Merged at revision: 7601
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-939294-amp
Merge into: lp:openobject-addons
Diff against target: 14 lines (+2/-2)
1 file modified
hr_timesheet/security/ir.model.access.csv (+2/-2)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-939294-amp
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+104082@code.launchpad.net

Description of the change

Improved the Employee's access rigths for timesheet line.

User allow to delete his own timesheet.

Thanks!

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'hr_timesheet/security/ir.model.access.csv'
2--- hr_timesheet/security/ir.model.access.csv 2011-12-19 16:54:40 +0000
3+++ hr_timesheet/security/ir.model.access.csv 2012-04-30 10:13:21 +0000
4@@ -1,8 +1,8 @@
5 id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
6 access_hr_analytic_timesheet,hr.analytic.timesheet,model_hr_analytic_timesheet,base.group_hr_user,1,1,1,1
7-access_hr_analytic_timesheet_employee,hr.analytic.timesheet,model_hr_analytic_timesheet,base.group_user,1,1,1,0
8+access_hr_analytic_timesheet_employee,hr.analytic.timesheet,model_hr_analytic_timesheet,base.group_user,1,1,1,1
9 access_hr_account_analytic_line,account.account.analytic.line,account.model_account_analytic_line,base.group_hr_user,1,1,1,1
10-access_hr_account_analytic_line_employee,account.account.analytic.line employee,account.model_account_analytic_line,base.group_user,1,1,1,0
11+access_hr_account_analytic_line_employee,account.account.analytic.line employee,account.model_account_analytic_line,base.group_user,1,1,1,1
12 access_account_analytic_journal,account.account.analytic.journal,account.model_account_analytic_journal,base.group_hr_user,1,1,1,1
13 access_product_product_user,product.product user,product.model_product_product,base.group_hr_user,1,1,1,1
14 access_product_template_hr_timesheet,product.template.hr.timesheet,product.model_product_template,base.group_hr_user,1,1,1,1

Subscribers

People subscribed via source and target branches

to all changes: