Skip to content
Snippets Groups Projects
Commit 7c4c20a6 authored by Thibault Delavallée's avatar Thibault Delavallée
Browse files

[FIX] calendar_sms, hr_presence: fix broken acls update on sms.template


odoo/odoo#64626 attempt at improving sms.template rules seems quite broken

  * do not restrict system group to calendar.event: this makes no sense.
    With this fix admins can now only use templates being linked to calendar
    event if calendar_sms is installed which is not really smart. Not sure
    what was the exact original purpose;
  * ir.rule in hr_presence has no use on hr.manager group if they do not
    have any access through access rules. Indeed they are currently
    restricted to read access as all standard internal users;

Task ID-2191254
COM PR odoo/odoo#68445
ENT PR odoo/enterprise#17340

Signed-off-by: default avatarThibault Delavallee (tde) <tde@openerp.com>
parent c9e119a0
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment