mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[FIX] fields call center wizard
This commit is contained in:
@@ -116,8 +116,7 @@ class CallCenterReportWizard(models.TransientModel):
|
||||
worksheet.write(k_res+offset, 5, v_res.adults)
|
||||
worksheet.write(k_res+offset, 6, checkin_date.strftime(date_format),
|
||||
xls_cell_format_date)
|
||||
worksheet.write(k_res+offset, 7, checkin_date.strftime(time_format),
|
||||
xls_cell_format_date)
|
||||
worksheet.write(k_res+offset, 7, v_res.arrival_hour)
|
||||
worksheet.write(k_res+offset, 8, checkout_date.strftime(date_format),
|
||||
xls_cell_format_date)
|
||||
worksheet.write(k_res+offset, 9, v_res.create_uid.name)
|
||||
@@ -211,8 +210,7 @@ class CallCenterReportWizard(models.TransientModel):
|
||||
worksheet.write(k_res+offset, 6, v_res.adults)
|
||||
worksheet.write(k_res+offset, 7, checkin_date.strftime(date_format),
|
||||
xls_cell_format_date)
|
||||
worksheet.write(k_res+offset, 8, checkin_date.strftime(time_format),
|
||||
xls_cell_format_date)
|
||||
worksheet.write(k_res+offset, 8, v_res.arrival_hour)
|
||||
worksheet.write(k_res+offset, 9, checkout_date.strftime(date_format),
|
||||
xls_cell_format_date)
|
||||
worksheet.write(k_res+offset, 10, v_res.create_uid.name)
|
||||
@@ -304,13 +302,12 @@ class CallCenterReportWizard(models.TransientModel):
|
||||
worksheet.write(k_res+offset, 2, v_res.folio_id.date_order,
|
||||
xls_cell_format_date)
|
||||
worksheet.write(k_res+offset, 3, v_res.partner_id.name)
|
||||
worksheet.write(k_res+offset, 4, v_res.virtual_room_id.name)
|
||||
worksheet.write(k_res+offset, 4, v_res.room_type_id.name)
|
||||
worksheet.write(k_res+offset, 5, v_res.nights)
|
||||
worksheet.write(k_res+offset, 6, v_res.adults)
|
||||
worksheet.write(k_res+offset, 7, checkin_date.strftime(date_format),
|
||||
xls_cell_format_date)
|
||||
worksheet.write(k_res+offset, 8, checkin_date.strftime(time_format),
|
||||
xls_cell_format_date)
|
||||
worksheet.write(k_res+offset, 8, v_res.arrival_hour)
|
||||
worksheet.write(k_res+offset, 9, checkout_date.strftime(date_format),
|
||||
xls_cell_format_date)
|
||||
worksheet.write(k_res+offset, 10, v_res.create_uid.name)
|
||||
|
||||
Reference in New Issue
Block a user