← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 633455] Re: trunk: Cannot open sales/purchase order lines (one2many_list)

 

Yes, you are right. This problem is specific to Ubuntu 8.04 LTS. I have
tested Ubuntu 9.04, 9.10 and 10.04 LTS and it works fine in all of them.

So, as I said before, the Gtk client for v 6.0 will not work over
"older" Ubuntu 8.04 LTS version.

Notice that Ubuntu 8.04 LTS has updates until April 2011 in desktop
version, only4 months after releasing the stable version of OpenERP v
6.0. So we will update.

-- 
trunk: Cannot open sales/purchase order lines (one2many_list)
https://bugs.launchpad.net/bugs/633455
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP OpenObject.

Status in OpenObject GTK Client: Invalid

Bug description:
Last version of server and client trunk. Ubuntu 8.04, Python 2.5.

>From a sale/purchase order cannot open sales/purchase order lines (one2many_list). Or from invoices cannot open invoices lines. The client gives this error:

  File "client/bin/widget/view/form_gtk/one2many_list.py", line 328, in _sig_new
    dia = dialog(self.attrs['relation'], parent=self._view.model, attrs=self.attrs, model_ctx=self.screen.models._context, window=self._window, readonly=self._readonly, context=ctx)
  File "client/bin/widget/view/form_gtk/one2many_list.py", line 65, in __init__
    action_area = self.dia.get_action_area()
AttributeError: 'gtk.Dialog' object has no attribute 'get_action_area'