Skip to content

Commit 6591727

Browse files
author
SurryaT10
committed
[FIX] Added missed imports for views and security in manifest file
1 parent 70d8adf commit 6591727

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

estate/__manifest__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020

2121
# any module necessary for this one to work correctly
2222
'depends': ['base', 'web'],
23+
'data': [
24+
'views/estate_property_views.xml',
25+
'views/estate_menus.xml',
26+
'security/ir.model.access.csv',
27+
],
2328
'application': True,
2429
'installable': True,
2530
'license': 'AGPL-3'

0 commit comments

Comments
 (0)