Skip to content

Commit 2e0633c

Browse files
[IMP] estate: Server101 Finished Chapter 4
1 parent 79dd837 commit 2e0633c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

estate/__manifest__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
],
88
'category': "Tutorials",
99
'installable': True,
10-
'application': True
10+
'application': True,
11+
'data':['security/ir.model.access.csv']
1112

1213
}
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_test_model,access_test_model,model_estate_property,base.group_user,1,1,1,1

0 commit comments

Comments
 (0)