This question has been flagged
3 Replies
9114 Views

Some of our tasks are assigned to teams of individuals. Sometimes there is a lead, but even then, we need all members of the team assigned to said task, assigned to the task somehow.

Use case: We have animations that need to be made and 2 animators. They work on their own time on whatever animation they choose, and then tick it off a list. The list is large, but if there was one more level to the project tree (ie we could create a sub-project for all animations needed for this project) we might be able to utilize that and make each animation a separate task, but this does not hold true for all cases.

We tried making a folded column for it under the project's task list in Kanban view, but that failed with the following trace. It would also not be the best solution since columns are used as stages towards completion or status of the projects.

OpenERP Server Error:

Traceback (most recent call last):
 File "/home/odoo/src/web/saas-2/addons/web/http.py", line 325, in dispatch
    response["result"] = self._call_function(**self.params)
  File "/home/odoo/src/web/saas-2/addons/web/http.py", line 174, in _call_function
    return self.func(*args, **kwargs)
  File "/home/odoo/src/web/saas-2/addons/web/http.py", line 1060, in nfunc
    return checked_call(request.db, *args, **kwargs)
  File "/home/odoo/src/server/saas-2/openerp/service/model.py", line 111, in wrapper
    return f(dbname, *args, **kwargs)
  File "/home/odoo/src/web/saas-2/addons/web/http.py", line 1052, in checked_call
    return func(*a, **kw)
  File "/home/odoo/src/web/saas-2/addons/web/controllers/main.py", line 1098, in call_kw
    return self._call_kw(model, method, args, kwargs)
  File "/home/odoo/src/web/saas-2/addons/web/controllers/main.py", line 1090, in _call_kw
    return getattr(request.registry.get(model), method)(request.cr, request.uid, *args, **kwargs)
  File "/home/odoo/src/server/saas-2/openerp/osv/orm.py", line 4406, in create
    vals = self._add_missing_default_values(cr, user, vals, context)
  File "/home/odoo/src/server/saas-2/openerp/osv/orm.py", line 2512, in _add_missing_default_values
    and defaults[dv] and isinstance(defaults[dv][0], (int, long)):
TypeError: 'int' object has no attribute '__getitem__'

)

Avatar
Discard
Best Answer

Thats also my problem :)

Avatar
Discard
Best Answer

 

Hi, you can use followers for that matter

You add people as followers, all them can register work, only one responsible

Avatar
Discard
Best Answer

Any answer on how to add multiple users to a task? Because there is only 1 option to add "Assigned to:''.

Avatar
Discard