← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 602341] Re: many2many widget editable tree does not save changes

 

** Changed in: openobject-client
    Milestone: None => 6.0-rc2

-- 
many2many widget editable tree does not save changes
https://bugs.launchpad.net/bugs/602341
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.

Status in OpenObject GTK Client: Confirmed

Bug description:
Example 
          <field name="budget_version_ids" widget="many2many" nolabel="1" select="1" colspan="4">
            <tree string="Budget Version" editable="bottom">
              <field name="name" select="1"/>
              <field name="is_current" select="1"/>
              <field name="budget_id" select="1"/>
            </tree>

it is possible to define such a xml and edit values, save them ("Document saved" ) but changes are lost.