Hotels (#11907)
* [new-module] hotels, start * Multiple Changes Hotel Settings Added Make invoice on Hotel Reservation * Hotel Room validation for overbooking * Added test fixtures and test for Hotels * Added Tests for Hotels Overbooking Pricing not set * [WIP] Documentation Hotel Room and Screenshot * Added Calendar view for Hotel Room Reservation * Added Report - Hotel Room Occupancy * Added Hotel Reservation User in Hospitality domain
This commit is contained in:
committed by
Rushabh Mehta
parent
be9eae06ec
commit
2dee8fc255
@@ -359,6 +359,14 @@ def get_data():
|
||||
"label": _("Restaurant"),
|
||||
"hidden": 1
|
||||
},
|
||||
{
|
||||
"module_name": "Hotels",
|
||||
"color": "#EA81E8",
|
||||
"icon": "fa fa-bed",
|
||||
"type": "module",
|
||||
"label": _("Hotels"),
|
||||
"hidden": 1
|
||||
},
|
||||
{
|
||||
"module_name": "Agriculture",
|
||||
"color": "#8BC34A",
|
||||
|
||||
Reference in New Issue
Block a user