Skip to content

Commit 82e151b

Browse files
committed
[IMP] estate: Security - A Brief Introduction
Created access rights granting full permissions to base.group_user and added them to the __manifest__.py file.
1 parent 66a0801 commit 82e151b

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
@@ -10,4 +10,7 @@
1010
Manage efficiently real estate properties for sale and match them with potential buyers.",
1111
""",
1212
'application': True,
13+
'data': [
14+
'security/ir.model.access.csv',
15+
],
1316
}
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_user,access_estate_property_user,model_estate_property,base.group_user,1,1,1,1

0 commit comments

Comments
 (0)