c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #22861
[Bug 771941] Re: project_task_work needs some more indices
Hello Dr Ferdinand,
Thanks for your good explanation I am confirming this issue.
Thanks for your quick reply!
** Changed in: openobject-addons
Importance: Undecided => Low
** Changed in: openobject-addons
Status: Incomplete => Confirmed
** Changed in: openobject-addons
Assignee: (unassigned) => OpenERP R&D Addons Team 1 (openerp-dev-addons1)
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/771941
Title:
project_task_work needs some more indices
Status in OpenERP Modules (addons):
Confirmed
Bug description:
things are a bit slow without indices , it's likely to be a big table
class project_work(osv.osv):
_columns = {
'date': fields.datetime('Date', select="1"),
'task_id': fields.many2one('project.task', 'Task', ondelete='cascade', required=True, select="1"),
'user_id': fields.many2one('res.users', 'Done by', required=True, select="1"),
References