openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #09831
[Bug 972356] [NEW] calendar in web client does not display all fields
Public bug reported:
in the calendar view of GTK, it is possible to display several
information related to one record. For example, in hr_holidays we
display the leaves with the user and the type using the following view
definition:
<record id="view_holiday_new_calendar" model="ir.ui.view">
<field name="name">Leave Request</field>
<field name="model">hr.holidays</field>
<field name="type">calendar</field>
<field name="arch" type="xml">
<calendar string="Leave Request" color="user_id" date_start="date_from" date_stop="date_to">
<field name="user_id"/>
<field name="holiday_status_id"/>
</calendar>
</field>
</record>
And the result in GTK is: https://docs.google.com/a/openerp.com/file/d/0B5l7xpR0ZvoCaXRUNzVwTGlRUzZlYmNOWVdHS0IwQQ/edit#
But in web (latest trunk), only the first field is displayed (here the
user). and it's a bug.
thanks,
Quentin
** Affects: openobject-addons
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/972356
Title:
calendar in web client does not display all fields
Status in OpenERP Addons (modules):
New
Bug description:
in the calendar view of GTK, it is possible to display several
information related to one record. For example, in hr_holidays we
display the leaves with the user and the type using the following view
definition:
<record id="view_holiday_new_calendar" model="ir.ui.view">
<field name="name">Leave Request</field>
<field name="model">hr.holidays</field>
<field name="type">calendar</field>
<field name="arch" type="xml">
<calendar string="Leave Request" color="user_id" date_start="date_from" date_stop="date_to">
<field name="user_id"/>
<field name="holiday_status_id"/>
</calendar>
</field>
</record>
And the result in GTK is: https://docs.google.com/a/openerp.com/file/d/0B5l7xpR0ZvoCaXRUNzVwTGlRUzZlYmNOWVdHS0IwQQ/edit#
But in web (latest trunk), only the first field is displayed (here the
user). and it's a bug.
thanks,
Quentin
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/972356/+subscriptions
Follow ups
References