[FIX] search in account.invoice model

This commit is contained in:
Pablo
2019-05-02 13:03:18 +02:00
parent 97f85c0efe
commit a0b2448b66

View File

@@ -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'