Image widget inside O2M form widget asks to save each register

Bug #270858 reported by Jordi Esteve (www.zikzakmedia.com)
4
Affects Status Importance Assigned to Milestone
Odoo GTK Client (MOVED TO GITHUB)
Fix Released
Undecided
Unassigned

Bug Description

If an image widget is defined inside an O2M form widget (for example a photo for every contact -address- in the partner form):

  <record model="ir.ui.view" id="view_partner_form_mcard">
   <field name="name">res.partner.form.mcard</field>
   <field name="inherit_id" ref="base.view_partner_form"/>
   <field name="model">res.partner</field>
   <field name="type">form</field>
   <field name="arch" type="xml">
    <field name="email" position="after">
     <field name="photo" widget="image" colspan="4"/>
    </field>
   </field>
  </record>-

When we change the register (previous, next) without changing any information, the client asks every time to save the form.

Revision history for this message
Stephane Wirtel (OpenERP) (stephane-openerp) wrote :

You can test the bug with this attachment.

Changed in openobject-client:
status: New → Confirmed
Changed in openobject-client:
status: Confirmed → 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.