c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #06328
[Bug 680912] Re: calendar items color doesn't correspond to event list
Hello Frederic,
Our R&D Teams are focused on the latest OpenERP version, and this issue does not affect it.
We stand of course ready to backport the change to stable releases if it has an impact on any customer. In this case please report it to our maintenance team via the OpenERP Publisher's Warranty. They will quickly help solve the issue and backport the fix if needed.
Thank you for your understanding!
** Changed in: openobject-client
Status: New => Won't Fix
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/680912
Title:
calendar items color doesn't correspond to event list
Status in OpenObject GTK Client:
Won't Fix
Bug description:
view code:
-------------
<record model="ir.ui.view" id="openacademy_session_view_calendar">
<field name="name">openacademy_session_view_calendar</field>
<field name="model">openacademy.session</field>
<field name="type">calendar</field>
<field name="arch" type="xml">
<calendar string="My New Session View" day_length="1" date_delay="duration" date_start="start_date" color="instructor_id">
<field name="name"/>
</calendar>
</field>
</record>
observed result:
--------------------
in the gtk client, the color of the events doesn't correspond to the color of the items in list on the left.
the expected result is right in the web-client.
expected result:
--------------------
same color in the list and in the calendar for related items.
platform:
-----------
os: fedora 14 x86_64
openobject-client: lp revno: 1694
References