c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #04026
[Bug 602341] Re: many2many widget editable tree does not save changes
*** This bug is a duplicate of bug 598152 ***
https://bugs.launchpad.net/bugs/598152
** This bug has been marked a duplicate of bug 598152
[6.0] Editable tree view ignore many2many fields values on save
* You can subscribe to bug 598152 by following this link: https://bugs.launchpad.net/openobject-client/+bug/598152/+subscribe
--
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.