← Back to team overview

openerp-india team mailing list archive

[Bug 1013524] Re: Create Idea gives traceback

 

Hello, 
It has been Fixed in https://code.launchpad.net/~openerp-commiter/openobject-addons/trunk-bug-1013524-fka
revision-id: fka@xxxxxxxxxxx-20120619060115-swjysf2peulok7xl
revno: 6910

It will be available in trunk soon.

** Changed in: openobject-addons
       Status: Confirmed => Fix Committed

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

Title:
  Create Idea gives traceback

Status in OpenERP Addons (modules):
  Fix Committed

Bug description:
  Trunk

  create new idea gives traceback

    File "/home/odoo/runbot/static/openerp-dev-trunk-11134/server/openerp/addons/mail/mail_thread.py", line 83, in create
      thread_id = super(mail_thread, self).create(cr, uid, vals, context=context);
    File "/home/odoo/runbot/static/openerp-dev-trunk-11134/server/openerp/osv/orm.py", line 4246, in create
      result += self._columns[field].set(cr, self, id_new, field, vals[field], user, rel_context) or []
    File "/home/odoo/runbot/static/openerp-dev-trunk-11134/server/openerp/osv/fields.py", line 717, in set
      cr.execute('delete from '+rel+' where '+id1+'=%s AND '+id2+' IN (SELECT '+rel+'.'+id2+' FROM '+rel+', '+','.join(tables)+' WHERE '+rel+'.'+id1+'=%s AND '+rel+'.'+id2+' = '+obj._table+'.id '+ d1 +')', [id, id]+d2)
    File "/home/odoo/runbot/static/openerp-dev-trunk-11134/server/openerp/sql_db.py", line 152, in wrapper
      return f(self, *args, **kwargs)
    File "/home/odoo/runbot/static/openerp-dev-trunk-11134/server/openerp/sql_db.py", line 212, in execute
      res = self._obj.execute(query, params)
  ProgrammingError: relation "tags" does not exist
  LINE 1: delete from Tags where idea_idea_id=1 AND idea_category_id I...
                      ^

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


References