Skip to content

Commit

Permalink
[MIG] okr: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mav-adhoc committed Feb 1, 2024
1 parent 4be2aeb commit 28db38d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions okr/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "OKR",
"author": "Adhoc SA",
"version": "16.0.1.0",
"version": "17.0.1.0.0",
"depends": [
'base',
'hr',
],
"views":[
'security/ir.model.access.csv',
Expand Down
5 changes: 0 additions & 5 deletions okr/ir.model.access.csv

This file was deleted.

3 changes: 3 additions & 0 deletions okr/security/ir.model.access.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
okr.access_okr_key_result,access_okr_key_result,model_okr_key_result,base.group_user,1,1,1,1
okr.access_okr_objective,access_okr_objective,model_okr_objective,base.group_user,1,1,1,1

0 comments on commit 28db38d

Please sign in to comment.