← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 769538] [NEW] Onchange on one2many and many2one

 

Public bug reported:

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

** Affects: openobject-client
     Importance: Undecided
         Status: New

-- 
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:
  New

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


Follow ups

References