Comment 2 for bug 1072709

Revision history for this message
Fabien Meghazi (OpenERP) (fme) wrote :

> I am assuming that when the day_length is provided the front end screen must show only those many hours

No. This old and obscure feature is not what you expect. It's supposed to define the length of a day in order to span events amongst many days. Eg: a course during a week composed of 5 sessions of 3 hours. Using day_lenght="3" allow to set an event starting monday with a date_delay of 15 hours will make the event extend from monday to friday.

I tried to implement it on this branch [1] then I realized that this feature would break most addons using a calendar view with @date_delay. This feature is non-sense and tries to address a problem that should be solved another way.

[1] https://code.launchpad.net/~openerp-dev/openerp-web/7.0-bug-1072709-fme