← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 759932] Re: with module city: in res.partner.address open location error

 

Hello Vincent,

"city"module is part of the extra-addons, which are maintained by the
community, including all the modules created by "OpenERP" or "Tiny", as
none of these are actively developed by our teams anymore.

So if you or anyone from the community would like to work on it, please
mark the bug as "In progress" and assign it to yourself (or ask us or
anyone from OpenERP Drivers to do it for you). In the mean time, I will
mark it as "Won't fix" to indicate that no further progress is expected
at the moment. If you require further assistance with any similar
trouble while updating the module, do not hesitate to ask here or via a
question: https://answers.launchpad.net/openobject-addons

Thank you!

PS: For whomever works on fixing this, you probably want to apply/merge your changes in both the 6.0 and trunk branches of extra-addons:
https://code.launchpad.net/~openerp-commiter/openobject-addons/extra-6.0
https://code.launchpad.net/~openerp-commiter/openobject-addons/trunk-extra-addons

The "city" module id not from tiny So you can contact with the related
author.

Thanks for the understanding!

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

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

Title:
  with module city: in res.partner.address open location error

Status in OpenERP Modules (addons):
  Won't Fix

Bug description:
  in module openobject-addons/extra-6.0/city, when you open location
  field search page:

  Warning Message
  	Traceback (most recent call last): File "c:\OpenERP\erpaberto\trunk\oerp\openerp-server\bin\netsvc.py", line 489, in dispatch result = ExportService.getService(service_name).dispatch(method, auth, params) File "c:\OpenERP\erpaberto\trunk\oerp\openerp-server\bin\service\web_services.py", line 599, in dispatch res = fn(db, uid, *params) File "c:\OpenERP\erpaberto\trunk\oerp\openerp-server\bin\osv\osv.py", line 122, in wrapper return f(self, dbname, *args, **kwargs) File "c:\OpenERP\erpaberto\trunk\oerp\openerp-server\bin\osv\osv.py", line 176, in execute res = self.execute_cr(cr, uid, obj, method, *args, **kw) File "c:\OpenERP\erpaberto\trunk\oerp\openerp-server\bin\osv\osv.py", line 167, in execute_cr return getattr(object, method)(cr, uid, *args, **kw) File "C:\OpenERP\erpaberto\trunk\oerp\addons\openerp-addons-extra-6.0\city\city.py", line 49, in name_search if not ids: UnboundLocalError: local variable 'ids' referenced before assignment

  
  proposed solution in attachment file.



References