Amit Parik (OpenERP) has proposed merging lp:~openerp-dev/openobject-addons/trunk-bug-939294-amp into lp:openobject-addons.
Requested reviews: OpenERP Core Team (openerp) Related bugs: Bug #939294 in OpenERP Addons: "time sheet users must be able to delete analytic lines" https://bugs.launchpad.net/openobject-addons/+bug/939294 For more details, see: https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-939294-amp/+merge/104082 Improved the Employee's access rigths for timesheet line. User allow to delete his own timesheet. Thanks! -- https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-939294-amp/+merge/104082 Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-addons/trunk-bug-939294-amp.
=== modified file 'hr_timesheet/security/ir.model.access.csv' --- hr_timesheet/security/ir.model.access.csv 2011-12-19 16:54:40 +0000 +++ hr_timesheet/security/ir.model.access.csv 2012-04-30 10:13:21 +0000 @@ -1,8 +1,8 @@ id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink access_hr_analytic_timesheet,hr.analytic.timesheet,model_hr_analytic_timesheet,base.group_hr_user,1,1,1,1 -access_hr_analytic_timesheet_employee,hr.analytic.timesheet,model_hr_analytic_timesheet,base.group_user,1,1,1,0 +access_hr_analytic_timesheet_employee,hr.analytic.timesheet,model_hr_analytic_timesheet,base.group_user,1,1,1,1 access_hr_account_analytic_line,account.account.analytic.line,account.model_account_analytic_line,base.group_hr_user,1,1,1,1 -access_hr_account_analytic_line_employee,account.account.analytic.line employee,account.model_account_analytic_line,base.group_user,1,1,1,0 +access_hr_account_analytic_line_employee,account.account.analytic.line employee,account.model_account_analytic_line,base.group_user,1,1,1,1 access_account_analytic_journal,account.account.analytic.journal,account.model_account_analytic_journal,base.group_hr_user,1,1,1,1 access_product_product_user,product.product user,product.model_product_product,base.group_hr_user,1,1,1,1 access_product_template_hr_timesheet,product.template.hr.timesheet,product.model_product_template,base.group_hr_user,1,1,1,1
_______________________________________________ Mailing list: https://launchpad.net/~openerp-dev-gtk Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-dev-gtk More help : https://help.launchpad.net/ListHelp

