Merge lp:~dorian-kemps/unifield-server/US-6137 into lp:unifield-server

Proposed by jftempo
Status: Merged
Merged at revision: 5408
Proposed branch: lp:~dorian-kemps/unifield-server/US-6137
Merge into: lp:unifield-server
Diff against target: 12 lines (+1/-1)
1 file modified
bin/addons/msf_doc_import/report/po_simulation_screen_xls_report.mako (+1/-1)
To merge this branch: bzr merge lp:~dorian-kemps/unifield-server/US-6137
Reviewer Review Type Date Requested Status
UniField Reviewer Team Pending
Review via email: mp+370100@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'bin/addons/msf_doc_import/report/po_simulation_screen_xls_report.mako'
--- bin/addons/msf_doc_import/report/po_simulation_screen_xls_report.mako 2018-08-10 09:51:23 +0000
+++ bin/addons/msf_doc_import/report/po_simulation_screen_xls_report.mako 2019-07-15 07:18:54 +0000
@@ -298,7 +298,7 @@
298 % else:298 % else:
299 <Cell ss:StyleID="line" ><Data ss:Type="String">${(l.imp_currency and obj_name_get('res.currency', l.imp_currency.id) or '')|x}</Data></Cell>299 <Cell ss:StyleID="line" ><Data ss:Type="String">${(l.imp_currency and obj_name_get('res.currency', l.imp_currency.id) or '')|x}</Data></Cell>
300 % endif300 % endif
301 % if not l.type_change == 'ignore' and (l.type_change == 'del' or (l.in_drd != l.imp_drd and isDate(l.imp_drd))):301 % if not l.type_change == 'ignore' and (l.type_change == 'del' or l.in_drd != l.imp_drd) and isDate(l.imp_drd):
302 <Cell ss:StyleID="line_change_short_date" ><Data ss:Type="DateTime">${(l.imp_drd)|n}T00:00:00.000</Data></Cell>302 <Cell ss:StyleID="line_change_short_date" ><Data ss:Type="DateTime">${(l.imp_drd)|n}T00:00:00.000</Data></Cell>
303 % elif isDate(l.imp_drd):303 % elif isDate(l.imp_drd):
304 <Cell ss:StyleID="short_date" ><Data ss:Type="DateTime">${(l.imp_drd)|n}T00:00:00.000</Data></Cell>304 <Cell ss:StyleID="short_date" ><Data ss:Type="DateTime">${(l.imp_drd)|n}T00:00:00.000</Data></Cell>

Subscribers

People subscribed via source and target branches