← Back to team overview

credativ team mailing list archive

[Bug 903618] [NEW] uninstall purchase gives error

 

Public bug reported:

Trunk

on uninstall Purchase module gives

Traceback (most recent call last):
  File "/home/turkesh/Desktop/rdtools/server/trunk/openerp/sql_db.py", line 215, in execute
    res = self._obj.execute(query, params)
IntegrityError: update or delete on table "wkf_activity" violates foreign key constraint "wkf_workitem_act_id_fkey" on table "wkf_workitem"
DETAIL:  Key (id)=(34) is still referenced from table "wkf_workitem".

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of OpenERP
Framework Experts, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/903618

Title:
  uninstall purchase gives error

Status in OpenERP Addons (modules):
  New

Bug description:
  Trunk

  on uninstall Purchase module gives

  Traceback (most recent call last):
    File "/home/turkesh/Desktop/rdtools/server/trunk/openerp/sql_db.py", line 215, in execute
      res = self._obj.execute(query, params)
  IntegrityError: update or delete on table "wkf_activity" violates foreign key constraint "wkf_workitem_act_id_fkey" on table "wkf_workitem"
  DETAIL:  Key (id)=(34) is still referenced from table "wkf_workitem".

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/903618/+subscriptions


Follow ups

References