Hello,

With trunk latest revno it's working fine with same code.

Thanks for reporting!

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

-- 
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):
  Invalid

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

_______________________________________________
Mailing list: https://launchpad.net/~openerp-india
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-india
More help   : https://help.launchpad.net/ListHelp

Reply via email to