← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 684312] Re: [6.0 trunk] Cancel button on sale order cancel all modifications

 

Hello Quentin THEURET,

This is because when you click 'save&cancel' the gtk saves the data
internally in the model and does not send it to the server to get it
stored in the DB.So next time when you edit the same record without
saving the parent record and click 'Cancel' it will reload the O2M list
means make a rpc for read to server to return the old set of the
records.

You should save the main record. If you want the modified values.

Thanks

** Changed in: openobject-client
       Status: Confirmed => Invalid

** Changed in: openobject-client
    Milestone: None => 6.0-rc2

-- 
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/684312

Title:
  [6.0 trunk] Cancel button on sale order cancel all modifications

Status in OpenObject GTK Client:
  Invalid

Bug description:
  Open the SO001 sale order.

Open the first sale order line (with MB1). Change the product, choose CPU_GEN, and click on Save & Close button. Re-open this line without saving the whole sale order, and click on Cancel. The old product reappears in the line.





References