On 10/16/2012 04:07 PM, Niels Huylebroeck wrote: > Deleting the data is not your problem. Re-creating it is your problem.
Exactly. Deletion of module data is managed by the ORM already. As Niels says, the question is about re-creating the data, and in fact you'll only get this kind of error when *conflicting data* has been created in the mean time. No-one wants to have two countries with the same name/code. Ultimately I think this boils down to the discussion on https://bugs.launchpad.net/openobject-server/+bug/1023615 (and perhaps older related ones). If you have a look at the bug comments, you'll see that it's not a trivial issue. _______________________________________________ Mailing list: https://launchpad.net/~openerp-community Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-community More help : https://help.launchpad.net/ListHelp

