← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 725696] [NEW] 'tree_view_ref' on context can't render correct view in gtk client

 

Public bug reported:

Hi, i got example of openerp documentation, 
<field name="order_line" colspan="4" nolabel="1"  context="{'form_view_ref' : 'module.view_id', 'tree_view_ref' : 'module.view_id'}"/>
I try to show multiples views of the same object
in web client works ok, but in the gtk client my view get the first view that i declarate
I think that the gtk client don't parse 'tree_view_ref' because i try to find in scripts but I can do that, also i find 'form_view_ref' in line number 154 of file bin/widget/view/diagram_gtk/parse.py maybe left parse to 'tree_view_ref' and others views types

Christophers
PS. Excuse me for my poor english

** Affects: openobject-client
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/725696

Title:
  'tree_view_ref' on context can't render correct view in gtk client

Status in OpenERP GTK Client:
  New

Bug description:
  Hi, i got example of openerp documentation, 
  <field name="order_line" colspan="4" nolabel="1"  context="{'form_view_ref' : 'module.view_id', 'tree_view_ref' : 'module.view_id'}"/>
  I try to show multiples views of the same object
  in web client works ok, but in the gtk client my view get the first view that i declarate
  I think that the gtk client don't parse 'tree_view_ref' because i try to find in scripts but I can do that, also i find 'form_view_ref' in line number 154 of file bin/widget/view/diagram_gtk/parse.py maybe left parse to 'tree_view_ref' and others views types

  Christophers
  PS. Excuse me for my poor english



Follow ups

References