Skip to content

Commit 86659eb

Browse files
[IMP] estate: added access rights
1 parent ea0ef15 commit 86659eb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

estate/__manifest__.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
22
'name': 'Real Estate',
3+
'description': 'A tutorial module for real estate management',
34
'version': '1.0',
45
'depends': ['base'],
5-
'author': 'Mohamed (moaln)',
66
'category': 'Real Estate',
77
'summary': 'A basic real estate module',
8-
'description': 'A tutorial module for real estate management',
8+
'data': ['security/ir.model.access.csv'],
99
'application': True,
10+
'author': 'Mohamed (moaln)',
11+
'license': 'LGPL-3',
1012
}
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)