mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[WIP] Calendar Theme
This commit is contained in:
@@ -96,12 +96,6 @@ odoo.define('hotel_calendar.MultiCalendar', function(require) {
|
||||
}
|
||||
},
|
||||
|
||||
replace_reservation: function(newReserv, oldReserv) {
|
||||
for (var calendar of this._calendars) {
|
||||
calendar.replaceReservation(newReserv, oldReserv);
|
||||
}
|
||||
},
|
||||
|
||||
remove_obroom_row: function(reserv, only_active_calendar) {
|
||||
if (only_active_calendar) {
|
||||
this.get_active_calendar().removeOBRoomRow(reserv);
|
||||
|
||||
Reference in New Issue
Block a user