pull/584/head
Luc De Meyer 2020-02-20 19:49:36 +01:00 committed by Luis
parent bfa4a47789
commit c792dcb649
2 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,3 @@
* Luc De Meyer <luc.demeyer@noviat.com> * Luc De Meyer <luc.demeyer@noviat.com>
* Rattapong Chokmasermkul <rattapongc@ecosoft.co.th> * Rattapong Chokmasermkul <rattapongc@ecosoft.co.th>
* Saran Lim. <saranl@ecosoft.co.th> * Saran Lim. <saranl@ecosoft.co.th>

View File

@ -569,8 +569,8 @@ class ReportXlsxAbstract(models.AbstractModel):
col_specs_section=None, col_specs_section=None,
render_space=None, render_space=None,
default_format=None, default_format=None,
col_specs='col_specs', col_specs="col_specs",
wanted_list='wanted_list', wanted_list="wanted_list",
): ):
""" """
Write a line with all columns included in the 'wanted_list'. Write a line with all columns included in the 'wanted_list'.