Skip to content

Commit

Permalink
refactor: Removed hospitality domain from ERPNext (#29167)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChillarAnand authored Jan 20, 2022
1 parent 5ae44f3 commit 2718ddd
Show file tree
Hide file tree
Showing 92 changed files with 35 additions and 4,840 deletions.
35 changes: 0 additions & 35 deletions erpnext/domains/hospitality.py

This file was deleted.

8 changes: 0 additions & 8 deletions erpnext/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
domains = {
'Distribution': 'erpnext.domains.distribution',
'Education': 'erpnext.domains.education',
'Hospitality': 'erpnext.domains.hospitality',
'Manufacturing': 'erpnext.domains.manufacturing',
'Non Profit': 'erpnext.domains.non_profit',
'Retail': 'erpnext.domains.retail',
Expand Down Expand Up @@ -579,13 +578,6 @@
{'doctype': 'Donor Type', 'index': 10},
{'doctype': 'Membership Type', 'index': 11}
],
"Hospitality": [
{'doctype': 'Hotel Room', 'index': 0},
{'doctype': 'Hotel Room Reservation', 'index': 1},
{'doctype': 'Hotel Room Pricing', 'index': 2},
{'doctype': 'Hotel Room Package', 'index': 3},
{'doctype': 'Hotel Room Type', 'index': 4}
]
}

additional_timeline_content = {
Expand Down
Empty file removed erpnext/hotels/__init__.py
Empty file.
Empty file removed erpnext/hotels/doctype/__init__.py
Empty file.
Empty file.
8 changes: 0 additions & 8 deletions erpnext/hotels/doctype/hotel_room/hotel_room.js

This file was deleted.

175 changes: 0 additions & 175 deletions erpnext/hotels/doctype/hotel_room/hotel_room.json

This file was deleted.

13 changes: 0 additions & 13 deletions erpnext/hotels/doctype/hotel_room/hotel_room.py

This file was deleted.

23 changes: 0 additions & 23 deletions erpnext/hotels/doctype/hotel_room/test_hotel_room.py

This file was deleted.

Empty file.
103 changes: 0 additions & 103 deletions erpnext/hotels/doctype/hotel_room_amenity/hotel_room_amenity.json

This file was deleted.

This file was deleted.

Empty file.
Loading

0 comments on commit 2718ddd

Please sign in to comment.