Module Installation fails in OpenERP 6.1
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Geospatial Addons for OpenERP |
New
|
Undecided
|
Unassigned |
Bug Description
Im using OpenERP 6.1 with CamptoCamp GeoEngine (Without GeoEngine it get installed).
Trying to install module in 6.1 throws Error:
OpenERP Waring:
Geoencoding fails
transform: couldn't project point (484548 6.5942e+06 0): latitude or longitude exceeded limits (-14)
Error is server :
2013-10-25 09:57:56,958 3781 INFO geoengine GeoNames address encoding: geolocalize Plan to Attend a Training
2013-10-25 09:57:57,694 3781 ERROR geoengine openerp.sql_db: bad query: UPDATE res_partner_address SET geo_point = ST_Transform(
Traceback (most recent call last):
File "/geoengine/
res = self._obj.
InternalError: transform: couldn't project point (-9.44517e+06 5.40999e+06 0): latitude or longitude exceeded limits (-14)
2013-10-25 09:57:57,697 3781 ERROR openerp_
Traceback (most recent call last):
File "/geoengine/
cursor.
File "/geoengine/
return f(self, *args, **kwargs)
File "/geoengine/
res = self._obj.
InternalError: transform: couldn't project point (-9.44517e+06 5.40999e+06 0): latitude or longitude exceeded limits (-14)
2013-10-25 09:57:57,708 3781 ERROR openerp_
Traceback (most recent call last):
File "/geoengine/
res = self._obj.
InternalError: current transaction is aborted, commands ignored until end of transaction block
2013-10-25 09:57:57,713 3781 ERROR openerp_
<record id="crm_
<field name="type_id" ref="crm.
<field eval="'3'" name="priority"/>
<field name="type"
<field name="user_id" ref="base.
<field eval="'The Oil Company'" name="partner_
<field eval="'draft'" name="state"/>
<field name="section_id" ref="crm.
<field eval="'Luc Latour'" name="contact_
<field name="title" ref="base.
<field eval="'Training Manager'" name="function"/>
<field eval="'Paris'" name="city"/>
<field name="country_id" ref="base.fr"/>
<field <email address hidden>'" name="email_from"/>
<field eval="'0033 621 782-0636'" name="mobile"/>
<field eval="1" name="active"/>
<field name="stage_id" ref="crm.
<field eval="'Plan to Attend a Training'" name="name"/>
<field eval="'0033 769 703-274'" name="phone"/>
</record>
Traceback (most recent call last):
File "/geoengine/
self.
File "/geoengine/
id = self.pool.
File "/geoengine/
res_id = model_obj.
File "/geoengine/
self.
File "/geoengine/
raise except_
except_osv: ('Geoencoding fails', "transform: couldn't project point (-9.44517e+06 5.40999e+06 0): latitude or longitude exceeded limits (-14)\n")
2013-10-25 09:57:57,742 3781 ERROR openerp_
transform: couldn't project point (-9.44517e+06 5.40999e+06 0): latitude or longitude exceeded limits (-14)
2013-10-25 09:57:57,751 3781 INFO openerp_
2013-10-25 09:57:58,795 3781 INFO ? werkzeug: 117.218.220.72 - - [25/Oct/2013 09:57:58] "GET /web/static/
2013-10-25 09:57:58,816 3781 INFO ? werkzeug: 117.218.220.72 - - [25/Oct/2013 09:57:58] "GET /web/static/
How do i resolve.