~unifield-team/unifield-web/UFTP-238

« back to all changes in this revision

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

  • Committer: jf
  • Date: 2014-03-21 09:05:19 UTC
  • mfrom: (4734.1.2 utp-580-582-697-web)
  • Revision ID: jfb@tempo-consulting.fr-20140321090519-hd5xcm9yf0xx3jfo
Tags: pilot3.0b2, ref.week12, ref.week13
UTP-580 [IMP] Inventory level export function does not work
lp:~unifield-team/unifield-web/utp-580-582-697-web

Show diffs side-by-side

added added

removed removed

Lines of Context:
432
432
        view_name = ctx.get('_terp_view_name', '')
433
433
 
434
434
        if ctx.get('group_by_no_leaf'):
 
435
            ctx['client_export_data'] = True  # UTP-580-582-697 client export flag
 
436
 
435
437
            rpc_obj = rpc.RPCProxy(params.model)
436
438
            domain = params.search_domain or []
437
439
            to_group = ctx.get('group_by', [])