c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #03303
[Bug 602341] Re: many2many widget editable tree does not save changes
** Changed in: openobject-client
Status: New => Confirmed
** Changed in: openobject-client
Importance: Undecided => Low
** Changed in: openobject-client
Assignee: (unassigned) => OpenERP sa GTK client R&D (openerp-dev-gtk)
--
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.