Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
2967 Vistas

User wants to use the Export to XLXS facility and encountered error below:


Odoo Server Error
Traceback (most recent call last):
  File "/odoo/odoo-server/addons/account_reports/controllers/main.py", line 34, in get_report
    response.stream.write(report_obj.get_xlsx(options))
  File "/odoo/custom/addons/account_financial_reports/models/profit_loss_inherit.py", line 347, in get_xlsx
    index, y_offset, account_total = print_foldable_line(lines, y+1, y_offset, parent_line, {})
  File "/odoo/custom/addons/account_financial_reports/models/profit_loss_inherit.py", line 324, in print_foldable_line
    index, y__offset, value_dict = print_foldable_line(lines, line_index + 1, y_offset, lines[line_index], {})
  File "/odoo/custom/addons/account_financial_reports/models/profit_loss_inherit.py", line 324, in print_foldable_line
    index, y__offset, value_dict = print_foldable_line(lines, line_index + 1, y_offset, lines[line_index], {})
  File "/odoo/custom/addons/account_financial_reports/models/profit_loss_inherit.py", line 324, in print_foldable_line
    index, y__offset, value_dict = print_foldable_line(lines, line_index + 1, y_offset, lines[line_index], {})
  [Previous line repeated 526 more times]
  File "/odoo/custom/addons/account_financial_reports/models/profit_loss_inherit.py", line 275, in print_foldable_line
    if lines[line_index].get('caret_options') and lines[line_index].get('parent_id') == parent_line.get('id'):
IndexError: list index out of range


Avatar
Descartar
Mejor respuesta

Hi,


Index error occurs when try to access an element from a list or tuple from an index that is not present in the list.


in the if condition, accessing the data of index 'line_index' from the lines. the index is not present in the list or tuple.


Hope this helps


Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
1
abr 25
579
2
dic 20
4016
1
jul 25
1404
2
jul 25
362
0
jun 25
8