This bug is being closed as Won't Fix in the OpenERP Web Client project, as it 
is not going to be developed further after the 6.0 series. It will be replaced 
in 6.1 by a newer and better web frontend known as the OpenERP Web project[1], 
so further R&D efforts on the 6.0 project would be wasted.
Bugs affecting customers in production of course continue to be handled via the 
OpenERP Enterprise (OPW) maintenance service.
You can find more details about this in the Bug Management FAQ[2].


** Changed in: openobject-client-web
   Importance: Medium => Undecided

** Changed in: openobject-client-web
       Status: Incomplete => Won't Fix

** Changed in: openobject-client-web
     Assignee: OpenERP R&D Web Team (openerp-dev-web) => (unassigned)

-- 
You received this bug notification because you are a member of OpenERP
sa GTK client R&D, which is a bug assignee.
https://bugs.launchpad.net/bugs/768962

Title:
  [6.0] invalid date_stop in calendar view

Status in OpenERP GTK Client:
  Incomplete
Status in OpenERP Web Client:
  Won't Fix

Bug description:
  In a calendar view, defined like this :

  <record model="ir.ui.view" id="rent_order_rtz_calendar_view">
              <field name="name">rent.order.rtz.calendar</field>
              <field name="model">rent.order</field>
              <field name="type">calendar</field>
              <field name="priority" eval="14"/>
              <field name="arch" type="xml">
                  <calendar string="Rent Orders" color="partner_id" 
date_start="date_out_shipping" date_stop="date_in_shipping">
                      <field name="partner_id"/>
                      <field name="description"/>
                  </calendar>
              </field>
  </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 !

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-client/+bug/768962/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to