openerp - Odoo Change Calendar View in Project for Task -


i'am install odoo 8.

i want create , see task in calendar view time not date.

for example:

what have?

http://imgur.com/3t0wjjp

what want?

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

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

i try change project_view.xml in addons.

i change date_start=dedline to

<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 gant view(date_start , date_stop) enter image description here doesn't work. please help. thank help.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -