[6.1]Calendar change name

Bug #1077026 reported by Bruno Hostalery
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Won't Fix
Undecided
Unassigned

Bug Description

Openerp 6.1 - Debian 6.0 - version of 20121102

Use of calendar view with :

  <record id="view_installation_calendar_planning" model="ir.ui.view">
   <field name="name">res.partner.installation.calendar.planning</field>
   <field name="model">res.partner.installation</field>
   <field name="type">calendar</field>
   <field name="priority" eval="2"/>
   <field name="arch" type="xml">
    <calendar string="Installation" date_start="date_heure_s_schedule" date_stop="date_heure_e_schedule"
       mode="week" color="worker_id">
     <field name="name"/>
     <field name="label_calendar"/>
    </calendar>
   </field>
  </record>

All work well.
But when move meeting on calendar, web send following values to write methode :
date_heure_s_schedule : ok
date_heure_e_schedule : ok
name : with the value of ( name + label_calendar ) and so modify the name of my installation.

Very big problem !!!

Related branches

Bruno Hostalery (istf)
description: updated
Revision history for this message
Amit Parik (amit-parik) wrote :

Hello Bruno,

Please provide proper steps to reproduce this issue.

As well as would you please test same thing on latest trunk 7.0 and notify us have you still face the problem or not.

Thanks and waiting for your reply!

Changed in openobject-addons:
status: New → Incomplete
Revision history for this message
Davide Corio (enlightx-deactivatedaccount) wrote :

I can confirm the issue.
just try to move a calendar item (like a sale order for instance) and you'll notice that the name field will get changed.

unfortunately it works on 7.0...

Revision history for this message
Davide Corio (enlightx-deactivatedaccount) wrote :

@Bruno: i've just proposed a patch for this, see the merge proposal

Revision history for this message
Yann Papouin (yann-papouin) wrote : Re: [Bug 1077026] Re: Calendar change name

Duplicate of https://bugs.launchpad.net/bugs/1003861
 Le 23 déc. 2012 15:15, "Davide Corio - agilebg.com" <
<email address hidden>> a écrit :

> @Bruno: i've just proposed a patch for this, see the merge proposal
>
> --
> You received this bug notification because you are subscribed to OpenERP
> Addons.
> Matching subscriptions: openerp-addons-bug
> https://bugs.launchpad.net/bugs/1077026
>
> Title:
> Calendar change name
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/openobject-addons/+bug/1077026/+subscriptions
>

Revision history for this message
Purnendu Singh (OpenERP) (purnendu-singh) wrote : Re: Calendar change name

Hello Bruno Hostalery,

This issue is working fine with latest 7.0 as well as trunk, So would
you please try with latest version.

For 6.1 's issue If you have support and maintenance contract with us
then please contact our OPW team at <email address hidden>. They will
definitely help you!

Thanks,
Purnendu Singh

Changed in openobject-addons:
status: Incomplete → Won't Fix
summary: - Calendar change name
+ [6.1]Calendar change name
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.