Browse Source

greenify

14.0
Luc De Meyer 4 years ago
committed by Saran440
parent
commit
e97b53ee34
  1. 1
      report_xlsx_helper/readme/CONTRIBUTORS.rst
  2. 4
      report_xlsx_helper/report/report_xlsx_abstract.py

1
report_xlsx_helper/readme/CONTRIBUTORS.rst

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

4
report_xlsx_helper/report/report_xlsx_abstract.py

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

Loading…
Cancel
Save