~unifield-team/unifield-web/utp-580-582-697-web

« back to all changes in this revision

Viewing changes to addons/openerp/controllers/templates/expxml.mako

  • Committer: jf
  • Date: 2013-12-12 11:12:07 UTC
  • mfrom: (4723.1.2 jfb-utp-763)
  • Revision ID: jfb@tempo-consulting.fr-20131212111207-6nbw1sdz05t7ss5e
UTP-763 [FIX] PO analysis export issue
lp:~unifield-team/unifield-web/jfb-utp-763

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
</Row>
63
63
% for row in result:
64
64
<Row>
65
 
  % for d in row:
 
65
  % for k in row:
 
66
     <% d = '%s'%k %>
66
67
     % if d in ('True', 'False'):
67
68
       <Cell ss:StyleID="ssBorder">
68
69
        <Data ss:Type="Boolean">${d=='True' and '1' or '0'}</Data>