The bug should be fixed with the latest trunk client.

** Changed in: openobject-client
       Status: New => Fix Released

** Changed in: openobject-client
   Importance: Undecided => Medium

** Changed in: openobject-client
     Assignee: (unassigned) => OpenERP sa GTK client R&D (openerp-dev-gtk)

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

Title:
  [6.1 trunk] [GTK client] menu actions cannot load

Status in OpenERP GTK Client:
  Fix Released

Bug description:
  hello,

  using the latest rev, the client menu does not work on actions (e.g.
  click on Administration>Mdules>Update module list or Modules,
  Project>Project>Task).

  By clicking on such menu shortcut, I get the following traceback:

  Traceback (most recent call last):
    File 
"/usr/local/lib/python2.7/dist-packages/openerp_client-6.1beta-py2.7.egg/openerp-client/modules/gui/window/tree.py",
 line 212, in sig_open
      if not self.sig_action(widget, 'tree_but_open', warning=False):
    File 
"/usr/local/lib/python2.7/dist-packages/openerp_client-6.1beta-py2.7.egg/openerp-client/modules/gui/window/tree.py",
 line 201, in sig_action
      warning=warning)
    File 
"/usr/local/lib/python2.7/dist-packages/openerp_client-6.1beta-py2.7.egg/openerp-client/modules/action/main.py",
 line 207, in exec_keyword
      self._exec_action(action, data, context=context)
    File 
"/usr/local/lib/python2.7/dist-packages/openerp_client-6.1beta-py2.7.egg/openerp-client/modules/action/main.py",
 line 138, in _exec_action
      view_type=datas.get('view_mode', 'tree').split(','), help=help)
    File 
"/usr/local/lib/python2.7/dist-packages/openerp_client-6.1beta-py2.7.egg/openerp-client/widget/view/form_gtk/many2one.py",
 line 77, in __init__
      self.screen = Screen(model, view_ids=view_ids, domain=domain, 
context=context, window=self.dia, view_type=view_type, help=help)
    File 
"/usr/local/lib/python2.7/dist-packages/openerp_client-6.1beta-py2.7.egg/openerp-client/widget/screen/screen.py",
 line 134, in __init__
      view = self.add_view_id(view_id, view_type[0], help=help)
    File 
"/usr/local/lib/python2.7/dist-packages/openerp_client-6.1beta-py2.7.egg/openerp-client/widget/screen/screen.py",
 line 594, in add_view_id
      toolbar=view.get('toolbar', False), submenu=view.get('submenu', False), 
name=view.get('name',False), context=context)
    File 
"/usr/local/lib/python2.7/dist-packages/openerp_client-6.1beta-py2.7.egg/openerp-client/widget/screen/screen.py",
 line 626, in add_view
      from widget.view.widget_parse import widget_parse
    File 
"/usr/local/lib/python2.7/dist-packages/openerp_client-6.1beta-py2.7.egg/openerp-client/widget/view/widget_parse.py",
 line 31, in <module>
      import kanban_gtk
  ImportError: No module named kanban_gtk

  the error comes from the last addition of kanban_gtk module, which is
  NOT relfected in the setup script.

  Thank you,
  Bogdan

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-client/+bug/903708/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~c2c-oerpscenario
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~c2c-oerpscenario
More help   : https://help.launchpad.net/ListHelp

Reply via email to