Hi, You can use a sql query to delete records that have been created at that time, I mean when you duplicated the account 0.
I tested in my machine with something like : > > delete from account_account > where create_date ='2008-10-15 14:50:10.031' > And it worked fine. Hope it helps. -------------------- m2f -------------------- -- http://www.openerp.com/forum/viewtopic.php?p=25373#25373 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
