← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 646924] Re: Modification on osv_memory objects in editable tree

 

Hello yohan,

I have checked the issue and it is working as expected at my end. So i
am closing this bug and if u face this bug again then send us proper
information and attached the module.


Thanks.

** Changed in: openobject-server
       Status: New => Invalid

-- 
Modification on osv_memory objects in editable tree
https://bugs.launchpad.net/bugs/646924
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.

Status in OpenObject Server: Invalid

Bug description:
I faced this bug on an homemade object (and I don't know a standard module to illustrate the case).
We've got an osv_memory object displayed in an editable tree view. 
We add lines and change some values. Then we click on Action in the menu bar.

When we change a value and 'leave' using the keyboard (Enter or arrow key), the modification is taken into account. But if we leave the field by clicking elsewhere (with the mouse), it isn't. For example, if we click 'reload', the field goes back to previous value (while it isn't the case when left using keyboard).

I've tested on an osv_osv object. When the field is left using mouse click and we click on reload, the client ask if we want to save the changes.