You can manually delete all menus based on its create date.
you have to run query on database.
delete from ir_ui_menu where create_date >= your_import_menu_date;

you can compare with time too.

------------------------
OpenERP=Easier, Adaptable, Affordable, Modular




-------------------- m2f --------------------

--
http://www.openobject.com/forum/viewtopic.php?p=43309#43309

-------------------- m2f --------------------


_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman2/listinfo/tinyerp-users

Reply via email to