~openerp-dev/openobject-client/trunk-m2o_with_selection-rga

« back to all changes in this revision

Viewing changes to bin/modules/gui/window/__init__.py

  • Committer: RGA(OpenERP)
  • Date: 2011-04-19 08:42:28 UTC
  • mfrom: (1831.2.47 trunk)
  • Revision ID: rga@tinyerp.com-20110419084228-uk5isv1h2m1ej5xo
Merge with trunk client

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
        if context is None:
41
41
            context = {}
42
42
        context.update(rpc.session.context)
43
 
 
44
43
        if view_type=='form':
45
44
            mode = (mode or 'form,tree').split(',')
46
45
            win = form.form(model, res_id, domain, view_type=mode,