calendar in web client does not display all fields

Bug #972356 reported by qdp (OpenERP)
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Web (MOVED TO GITHUB)
Fix Released
Medium
OpenERP R&D Web Team

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

Related branches

affects: openobject-addons → openerp-web
Changed in openerp-web:
status: New → Confirmed
importance: Undecided → Medium
assignee: nobody → OpenERP R&D Web Team (openerp-dev-web)
Revision history for this message
Vaibhav Darji (vaibhav-openerp) wrote :

Should be Fix Commited in https://code.launchpad.net/~openerp-dev/openerp-web/6.1-bug-972356-vda
revID: 2297 <email address hidden>

Changed in openerp-web:
status: Confirmed → Fix Committed
Revision history for this message
Fabien Meghazi (OpenERP) (fme) wrote :

Fixed in Revision:
2307 revid:<email address hidden>

Changed in openerp-web:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.