~unifield-team/unifield-web/uf-2264

« back to all changes in this revision

Viewing changes to addons/openerp/controllers/actions.py

  • Committer: jf
  • Date: 2013-05-14 15:15:39 UTC
  • mfrom: (4700.2.2 web_UF_1839)
  • Revision ID: jfb@tempo-consulting.fr-20130514151539-36epknjh33pxm7dp
UF-1839 [IMP]  Vertical integration finance for OCG: report zip format
lp:~unifield-team/unifield-web/web_UF_1839

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
     'csv' : 'text/csv',
121
121
     'rtf' : 'application/rtf',
122
122
     'txt' : 'text/plain',
 
123
     'zip' : 'application/zip',
123
124
}
124
125
 
125
126
def _print_data(data):