← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 671715] Re: [5.15] openerp-client: 'module' object has no attribute 'datetime'

 

Hello,
Our R&D Teams are focused on the latest OpenERP version, and this issue does not seem to affect it.
Could you try with the latest development version (for example v6.0RC1 available on openerp.com), and reopen the bug if it is still present in it?
Our policy is to keep the changes applied on stable branches to a minimum, in order to limit the regression risks for customers that are in production. This means that bugs reported on Launchpad are fixed in the trunk branch only by default, even if they were reported against other stable versions.
We stand of course ready to backport the change to stable releases if it has an impact on any customer. In this case please report it to our maintenance team via the OpenERP Publisher's Warranty. They will quickly help solve the issue and backport the fix if needed.
Thank you for your understanding!

** Changed in: openobject-client
       Status: New => Won't Fix

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

-- 
[5.15] openerp-client: 'module' object has no attribute 'datetime'
https://bugs.launchpad.net/bugs/671715
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.

Status in OpenObject GTK Client: Won't Fix

Bug description:
I upgraded to client 5.15 and receive the following error when launching the client app in Ubuntu 10.10/server 5.15:

Traceback (most recent call last):
  File "./openerp-client.py", line 103, in <module>
    import modules
  File "/usr/local/lib/python2.6/dist-packages/openerp-client/modules/__init__.py", line 23, in <module>
    import gui
  File "/usr/local/lib/python2.6/dist-packages/openerp-client/modules/gui/__init__.py", line 22, in <module>
    import main
  File "/usr/local/lib/python2.6/dist-packages/openerp-client/modules/gui/main.py", line 39, in <module>
    from window import win_preference, win_extension
  File "/usr/local/lib/python2.6/dist-packages/openerp-client/modules/gui/window/__init__.py", line 25, in <module>
    import form
  File "/usr/local/lib/python2.6/dist-packages/openerp-client/modules/gui/window/form.py", line 31, in <module>
    import win_search
  File "/usr/local/lib/python2.6/dist-packages/openerp-client/modules/gui/window/win_search.py", line 31, in <module>
    from widget.screen import Screen
  File "/usr/local/lib/python2.6/dist-packages/openerp-client/widget/screen/__init__.py", line 22, in <module>
    from screen import Screen
  File "/usr/local/lib/python2.6/dist-packages/openerp-client/widget/screen/screen.py", line 35, in <module>
    import widget_search
  File "/usr/local/lib/python2.6/dist-packages/openerp-client/widget_search/__init__.py", line 22, in <module>
    from form import form
  File "/usr/local/lib/python2.6/dist-packages/openerp-client/widget_search/form.py", line 420, in <module>
    'datetime': (calendar.datetime, 2),

I do not have any problem with client 5.12.
Eric





References