an item in the calendar view is set to 8 hours, it does not stretch to all day

Asked by Mihai Satmarean

In the calendar view I only see a line with the manufacturing order, no matter if is one second or 8 hours,

is that so by design? Should not be using a bigger space if is longer in time?

Thanks,
Mihai

Question information

Language:
English Edit question
Status:
Answered
For:
Odoo GTK Client (MOVED TO GITHUB) Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Quentin THEURET @Amaris (qtheuret) said :
#1

No, calendar view are only to see events on a day.

To see the length of an event, we should use the Gantt view.

Revision history for this message
Mihai Satmarean (mihai-satmarean) said :
#2

I am checking this doc, and I like it,
http://doc.openerp.com/v6.0/developer/2_6_views_events/views/calendar_view.html

But I can't get it to work. Perhaps is that is the gantt one?

Any way, I believe that the length should be visible also in day / week view. I need this to be printed for the manufacturing planning.

Thanks

Revision history for this message
Mihai Satmarean (mihai-satmarean) said :
#3

Is there a roadmap for this feature?

Is important for us, as the gantt either is not working in GTK client

I would also try to help,
Mihai

Revision history for this message
Naresh(OpenERP) (nch-openerp) said :
#4

Hello Mihai,

It's not a missing feature but your calendar view declaration is missing "date_stop" argument to decide the length of the MO.
just make the necessary changes in "mrp.production.calendar"

<calendar color="routing_id" date_start="date_planned" date_stop="date_finished" string="Manufacturing Orders">

Hope this Helps !

Can you help with this problem?

Provide an answer of your own, or ask Mihai Satmarean for more information if necessary.

To post a message you must log in.