[6.0] invalid date_stop in calendar view
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo GTK Client (MOVED TO GITHUB) |
Incomplete
|
Medium
|
OpenERP sa GTK client R&D | ||
Odoo Web Client |
Won't Fix
|
Undecided
|
Unassigned |
Bug Description
In a calendar view, defined like this :
<record model="ir.ui.view" id="rent_
<field name="name"
<field name="model"
<field name="type"
<field name="priority" eval="14"/>
<field name="arch" type="xml">
</record>
With, date_in_shipping = 22/04/11 00:00:00, the end date shown into the calendar is the 21/01/11. Setting the time to 1 minute, make the calendar show the end date correctly.
Seems that 22/04/11 00:00:00 is considered to be 21/04/11 !
Changed in openobject-server: | |
status: | New → Incomplete |
Same result in GTK or Web client, with date_in_shipping being a fields.datetime. Note that the date_start is handled properly.