c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #23276
[Bug 769538] Re: Onchange on one2many and many2one
** Changed in: openobject-client
Status: Confirmed => In Progress
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/769538
Title:
Onchange on one2many and many2one
Status in OpenERP GTK Client:
In Progress
Bug description:
Working on GTK 6.0.1, in an onchange event for a one2many or many2one
field, if you return a changed field, the onchange event of the
changed field is not called.
If you have an A field (many2one or one2many) with an onchange event,
that returns {'value': {'b_field': new_value}}, and the b_field has
also an onchange event, the screen will be updated on client but the
'b_field''s onchange event is not called. If the 'b_field' is directly
modified, the corresponding onchange event is called
Checked with debug_rpc_answer log-level
May be present also on Web client
References