Browse Source

Merge pull request #180 from beescoop/12.0-fix-partner_creation_access_right

[FIX] b_shift: Give read access to shift.template
pull/164/merge
Rémy Taymans 4 years ago
committed by GitHub
parent
commit
b38b98cb2a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      beesdoo_shift/__manifest__.py
  2. 2
      beesdoo_shift/security/ir.model.access.csv

2
beesdoo_shift/__manifest__.py

@ -9,7 +9,7 @@
"author": "Thibault Francois, Elouan Le Bars, Coop IT Easy SCRLfs",
"website": "https://github.com/beescoop/Obeesdoo",
"category": "Cooperative management",
"version": "12.0.1.0.0",
"version": "12.0.1.0.1",
"depends": ["mail"],
"data": [
"data/system_parameter.xml",

2
beesdoo_shift/security/ir.model.access.csv

@ -1,6 +1,6 @@
id,name,model_id/id,group_id/id,perm_read,perm_write,perm_create,perm_unlink
read_beesdoo_shift_planning,read_beesdoo_shift_planning,model_beesdoo_shift_planning,,1,0,0,0
access_beesdoo_shift_template,access_beesdoo_shift_template,model_beesdoo_shift_template,group_shift_attendance,1,0,0,0
access_beesdoo_shift_template,access_beesdoo_shift_template,model_beesdoo_shift_template,,1,0,0,0
write_beesdoo_shift_shift,write_beesdoo_shift_shift,model_beesdoo_shift_shift,group_shift_attendance,1,1,0,0
manage_beesdoo_shift_shift,manage_beesdoo_shift_shift,model_beesdoo_shift_shift,group_shift_attendance,1,1,1,1
manage_beesdoo_shift_type,manage_beesdoo_shift_type,model_beesdoo_shift_type,group_planning_management,1,1,1,1

Loading…
Cancel
Save