Check Incoming Connection

Asked by maddus

I configured the Server & User Information and after clicking on "Check Outgoing Connection" I got a mistake:

Environment Information :
System : Windows-XP-5.1.2600-SP3
OS Name : nt
Operating System Release : XP
Operating System Version : 5.1.2600
Operating System Architecture : 32bit
Operating System Locale : de_DE.cp1252
Python Version : 2.5.2
OpenERP-Client Version : 5.0.4
Last revision No. & ID :Bazaar Package not Found !Traceback (most recent call last):
  File "/usr/lib/openerp-server/netsvc.py", line 244, in dispatch
    result = LocalService(service_name)(method, *params)
  File "/usr/lib/openerp-server/netsvc.py", line 73, in __call__
    return getattr(self, method)(*params)
  File "/usr/lib/openerp-server/service/web_services.py", line 583, in execute
    res = service.execute(db, uid, object, method, *args)
  File "/usr/lib/openerp-server/osv/osv.py", line 59, in wrapper
    return f(self, dbname, *args, **kwargs)
  File "/usr/lib/openerp-server/osv/osv.py", line 118, in execute
    res = pool.execute_cr(cr, uid, obj, method, *args, **kw)
  File "/usr/lib/openerp-server/osv/osv.py", line 110, in execute_cr
    return getattr(object, method)(cr, uid, *args, **kw)
AttributeError: 'poweremail_core_accounts' object has no attribute '_check_outgoing_connection'

Using latest trunc191

thanks
maddus

Question information

Language:
English Edit question
Status:
Solved
For:
Power Email Edit question
Assignee:
No assignee Edit question
Solved by:
Sharoon Thomas http://openlabs.co.in
Solved:
Last query:
Last reply:
Revision history for this message
Best Sharoon Thomas http://openlabs.co.in (sharoonthomas) said :
#1

Hi,

I think the issue is you updated to the latest trunk but did not upgrade the module within Open ERP.

Can you upgrade withing Open ERP?

This function has been refactored and just updating it will update the new XML for the view into the DB.

The current issue is that you have new module and python code is refreshed but the XML in your installation is old.

Regret the inconvenience

Revision history for this message
maddus (maddusito) said :
#2

I am really sorry but what do you mean with "Can you upgrade withing Open ERP?" Did you mean the upgrade function inside of OpenERP? Normaly I remove the module inside of OpenERP and download the newest version from launchpad and then puting it on the server and than install it again.

Sorry if this is a too basic question ;-)

Revision history for this message
maddus (maddusito) said :
#3

Hi,

thank you for your answer. I was just to stupid, because after some reading i found this http://doc.openerp.com/developer/5_18_upgrading_server/index.html

So now I started the server with "--update=all" and now I got your newest version and I did not get any mistake. Now I will explore your great tool. Thanks very much.

Revision history for this message
maddus (maddusito) said :
#4

Thanks Sharoon Thomas http://openlabs.co.in, that solved my question.