kite
kite

Reputation: 1548

openerp 7: refresh / update form's related field after editing the related record via edit button

How do I refresh form's related field after edit the related record via edit button

When I edit a related record (many2one):

  1. press the edit button and the popup windows appears.

  2. I edit the related record, and press save to close the popup window.

3. the form is updating it's many2one fields, but not it's related field as shown in my screen capture:

enter image description here

Is this a bug?

Upvotes: 1

Views: 542

Answers (1)

Parthiv
Parthiv

Reputation: 1010

Yes, it seems like a bug.alternative for the moment is to select same record again.

Upvotes: 1

Related Questions