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

I'am install Odoo 8.

I want create and see task in Calendar View with time not only date. 


For example:

what do I have?

http://imgur.com/3t0WJjp

 

what do I want?

http://i.imgur.com/rpRnVVh.jpg


I can't change time in calendar view for tasks in project. Tasks use "all day" not time. 


I try change project_view.xml in addons. 

I change date_start=dedline 

<calendar color="user_id" date_start="date_start" date_stop="date_end" string="Tasks"> <field name="name"/> <field name="project_id"/> </calendar>




I use value from gant view(date_start and date_stop)

http://imgur.com/cLXo6XN


but it doesn't work. Please help. Thank you for you help.


아바타
취소
베스트 답변

Hello,

I think in the task's calender the field date_deadline is used. and the type of this field is date. So you can change the type

of this field to datetime.

Hope this could help

아바타
취소
베스트 답변

Qutechs, Ahmed M.Elmubarak's answer was relevant but on odoo11 we can not change the date of date_deadline from date to date / time. The system returns an error:

 × Odoo server error - Warning The properties of the database fields can not be modified in this way! Modify them via Python code, preferably via a custom module! 
Does anyone know a solution
아바타
취소
베스트 답변

Hi , using V10 and V11 , the default behavior of the Project Task "Calendar View" is ALL DAY , so you have to make changes to the calendar view and it works for me and i have posted the How to in my Blog and you can take a look , thanks.

https://wp.me/p8iOGA-7FZ , How to  make Odoo Project Task to respond to time specific instead of All day?

Kalmen

아바타
취소
작성자 베스트 답변

Yes you are right. so I change to "date_start" and add "date_end". I take this value from gant view. But doesn't work

아바타
취소
관련 게시물 답글 화면 활동
1
7월 21
4323
0
10월 24
1558
1
1월 24
1421
1
10월 20
2821
3
11월 17
3785