Vinay Rana (openerp) (vra-openerp) has assigned this bug to you for OpenERP GTK 
Client:

The problem is that the event is signaled before removing the item and
the on_change method receives the deleted item in the list. The code is:

model.signal('record-changed', model.parent)
self.screen.remove()

and it should be:

self.screen.remove()
model.signal('record-changed', model.parent)

in method _sig_remove from widget\view\form_gtk\one2many_list.py file

** Affects: openobject-client
     Importance: Low
     Assignee: OpenERP sa GTK client R&D (openerp-dev-gtk)
         Status: Confirmed

-- 
one2many list on_change fired before remove
https://bugs.launchpad.net/bugs/785062
You received this bug notification because you are a member of OpenERP sa GTK 
client R&D, which is a bug assignee.

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to