Small refacts

pull/55/head
Guillaume Auger 2015-01-30 10:05:08 -05:00
parent 46622551bd
commit c602b249f4
2 changed files with 3 additions and 4 deletions

View File

@ -21,4 +21,3 @@
##############################################################################
from . import move_line_list_xls

View File

@ -136,9 +136,9 @@ class move_line_xls(report_xls):
[1, 0,
_render("line.date_maturity and 'date' or 'text'"),
_render(
"line.date_maturity \
and datetime.strptime(line.date_maturity,'%Y-%m-%d') \
or None"),
"line.date_maturity"
" and datetime.strptime(line.date_maturity,'%Y-%m-%d')"
" or None"),
None, self.aml_cell_style_date],
'totals': [1, 0, 'text', None]},
'debit': {