콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
3 답글
10323 화면

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
5591
1
6월 23
3409
1
11월 22
3711
Cannot create task 해결 완료
2
6월 20
3909
2
7월 18
7434