c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #12437
[Bug 701985] Re: base_contact V6 RC2
Hello,
This has been fixed in trunk addons, revision 4237 odo@xxxxxxxxxxx-20110113142904-zl7gb9cywkhd8687.
Thanks for reporting!
As a workaround, you can also manually enable the PL/pgSQL language in your database before launching the migration wizard, by executing the following query in the database:
CREATE LANGUAGE plpgsql;
or by using the 'createlang' command in your favorite terminal:
$ createlang plpgsql <DBNAME>
This is done automatically after revision 4237.
** Changed in: openobject-addons
Status: Confirmed => Fix Released
** Changed in: openobject-addons
Milestone: None => 6.0
--
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/701985
Title:
base_contact V6 RC2
Status in OpenObject Addons Modules:
Fix Released
Bug description:
Hi,
It is not possible to proceed to address migration, after installing
base_contact module :
Traceback (most recent call last):
File "/home/entreprises/openobject-server/bin/netsvc.py", line 489, in dispatch
result = ExportService.getService(service_name).dispatch(method, auth, params)
File "/home/entreprises/openobject-server/bin/service/web_services.py", line 599, in dispatch
res = fn(db, uid, *params)
File "/home/entreprises/openobject-server/bin/osv/osv.py", line 122, in wrapper
return f(self, dbname, *args, **kwargs)
File "/home/entreprises/openobject-server/bin/osv/osv.py", line 176, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home/entreprises/openobject-server/bin/osv/osv.py", line 167, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/home/entreprises/openobject-server/bin/addons/base/res/res_config.py", line 167, in action_next
next = self.execute(cr, uid, ids, context=None)
File "/home/entreprises/openobject-addons/base_contact/base_contact_installer.py", line 53, in execute
CREATE TRIGGER contactjob AFTER INSERT ON res_partner_contact FOR EACH ROW EXECUTE PROCEDURE add_to_job();""")
File "/home/entreprises/openobject-server/bin/sql_db.py", line 76, in wrapper
return f(self, *args, **kwargs)
File "/home/entreprises/openobject-server/bin/sql_db.py", line 129, in execute
res = self._obj.execute(query, params)
ProgrammingError: language "plpgsql" does not exist
HINT: Use CREATE LANGUAGE to load the language into the database.
References