← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 888425] Re: Tasks: gantt view error

 

Hello Vishal,

Thanks for the video. But I think you haven't checked it properly with
all the test cases.

This bug occurs when you clear all the search filters and then try to
change the task line. Please check again.

Thanks,
Ujjvala

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/888425

Title:
  Tasks: gantt view error

Status in OpenERP Web:
  Incomplete

Bug description:
  On gantt view Tasks, I tried to drag the task line to extend the end
  date of the task I got the following traceback:

  Server Traceback (most recent call last):
    File "/home/uco/workspace/branches/rdtools/web/trunk/addons/web/common/openerplib/main.py", line 257, in send
      result = openerp.netsvc.dispatch_rpc(service_name, method, args)
    File "/home/uco/workspace/branches/rdtools/server/trunk/openerp/netsvc.py", line 325, in dispatch_rpc
      result = ExportService.getService(service_name).dispatch(method, params)
    File "/home/uco/workspace/branches/rdtools/server/trunk/openerp/service/web_services.py", line 580, in dispatch
      res = fn(db, uid, *params)
    File "/home/uco/workspace/branches/rdtools/server/trunk/openerp/osv/osv.py", line 120, in wrapper
      return f(self, dbname, *args, **kwargs)
    File "/home/uco/workspace/branches/rdtools/server/trunk/openerp/osv/osv.py", line 172, in execute
      res = self.execute_cr(cr, uid, obj, method, *args, **kw)
    File "/home/uco/workspace/branches/rdtools/server/trunk/openerp/osv/osv.py", line 163, in execute_cr
      return getattr(object, method)(cr, uid, *args, **kw)
    File "/home/uco/workspace/branches/rdtools/server/trunk/openerp/osv/orm.py", line 3781, in write
      'where id IN %s', upd1 + [sub_ids])
    File "/home/uco/workspace/branches/rdtools/server/trunk/openerp/sql_db.py", line 153, in wrapper
      return f(self, *args, **kwargs)
    File "/home/uco/workspace/branches/rdtools/server/trunk/openerp/sql_db.py", line 215, in execute
      res = self._obj.execute(query, params)
  TransactionRollbackError: could not serialize access due to concurrent update

To manage notifications about this bug go to:
https://bugs.launchpad.net/openerp-web/+bug/888425/+subscriptions


References