跳至內容
選單
此問題已被標幟
3 回覆
10273 瀏覽次數

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__'

)

頭像
捨棄
最佳答案

Thats also my problem :)

頭像
捨棄
最佳答案

 

Hi, you can use followers for that matter

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

頭像
捨棄
最佳答案

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

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
0
7月 17
5552
1
6月 23
3373
1
11月 22
3661
2
6月 20
3883
2
7月 18
7400