Skip to content

Commit 03baf32

Browse files
committed
[IMP] estate: ch4 access rights
1 parent 38fdddd commit 03baf32

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

estate/__manifest__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
Testing the description real estate module
1010
""",
1111
'depends': ['base'],
12+
'data': [
13+
'security/ir.model.access.csv',
14+
],
1215
'application': True,
1316
'installable': True,
1417
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
2+
access_estate_property,access_estate_property,model_estate_property,base.group_user,1,1,1,1

0 commit comments

Comments
 (0)