Hello Antony Lesuisse, Thanks for your reply.
Yes, I agree with you the concurrent update problem has solved that's good but I have faced the different error. Problem occur when I create & start task and assign task work. So I am assigning to web . Would you please see attached video. Thanks. -- You received this bug notification because you are a member of OpenERP Indian Team, which is subscribed to OpenERP Server. https://bugs.launchpad.net/bugs/888425 Title: Tasks: gantt view error Status in OpenERP Web: Confirmed 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 _______________________________________________ Mailing list: https://launchpad.net/~openerp-india Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-india More help : https://help.launchpad.net/ListHelp

