Skip to content

Commit 2666a3c

Browse files
[FIX] estate: Fixed bug where the stat button from property type to property offer would crash on new install of the estate module
1 parent 5a2d065 commit 2666a3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

estate/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
'application': True,
1010
'data': [
1111
'views/estate_property_views.xml',
12+
'views/estate_property_offer_views.xml',
1213
'views/estate_property_type_views.xml',
1314
'views/estate_property_tag_views.xml',
14-
'views/estate_property_offer_views.xml',
1515
'views/estate_menu_views.xml',
1616
'views/res_user_views.xml',
1717
'security/ir.model.access.csv'],

0 commit comments

Comments
 (0)