Skip to content

Commit 7bcf43b

Browse files
committed
[ADD] estate: Add some access rights to the db
1 parent 7dc2f6e commit 7bcf43b

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
@@ -5,4 +5,7 @@
55
],
66
'installable': True,
77
'application': True,
8+
'data': [
9+
'security/ir.model.access.csv',
10+
]
811
}
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_real_estate_platform,estate.property,model_estate_property,base.group_user,1,1,1,1

0 commit comments

Comments
 (0)