mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[FIX] search in account.invoice model
This commit is contained in:
@@ -240,7 +240,7 @@ var HotelCalendarView = AbstractRenderer.extend({
|
||||
model = 'hotel.checkin.partner';
|
||||
title = _t('Checkins');
|
||||
} else if (type === 'invoice') {
|
||||
model = 'sale.order';
|
||||
model = 'account.invoice';
|
||||
title = _t('Invoices');
|
||||
} else if (type === 'folio') {
|
||||
model = 'hotel.folio'
|
||||
|
||||
Reference in New Issue
Block a user