Skip to content

Commit 2c9f23c

Browse files
committed
[IMP] Chapter 5 estate: added the menu and actions to the estate application
1 parent 9f4d2ad commit 2c9f23c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

estate/__manifest__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
""",
1111
'license': 'LGPL-3',
1212
'data': [
13-
'views/estate_menus.xml',
1413
'views/estate_property_views.xml',
15-
'security/ir.model.access.csv'
14+
'security/ir.model.access.csv',
15+
'views/estate_menus.xml',
1616
]
1717
}

0 commit comments

Comments
 (0)