← Back to team overview

c2c-oerpscenario team mailing list archive

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

 

Hi Jordi,

I apologize for setting this ticket invalid without checking with Ubuntu 8.04.
But in addition, this is more an issue of gtk with ubuntu.

The installed version you have for gtk 2.0 with 2.12.9-3ubuntu is the guilty one.
I had faced the same issue today and found that higher version than 2.12.9-3ubuntu5 will be error-free.
Hence, the state 'invalid' stays as it is.

I would request you to update the version of Ubuntu.
Thanks for being patient.

-- 
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'