diff --git a/hotel/__manifest__.py b/hotel/__manifest__.py index 23eda4660..56728c424 100644 --- a/hotel/__manifest__.py +++ b/hotel/__manifest__.py @@ -17,7 +17,7 @@ 'account_payment_return', ], 'license': "AGPL-3", - 'demo': ['data/hotel_data.xml'], + 'demo': ['data/hotel_demo.xml'], 'data': [ 'security/hotel_security.xml', 'security/ir.model.access.csv', diff --git a/hotel/data/hotel_data.xml b/hotel/data/hotel_demo.xml similarity index 100% rename from hotel/data/hotel_data.xml rename to hotel/data/hotel_demo.xml