On 1/18/10, [email protected] <[email protected]> wrote: > > whenever i had modifications, i would un-install the module, delete it from > the list, delete the directory, delete the rows in ir_model and ir_model_data > tables, restart the server (stop and start the service) and than copy the new > directory in addons, install the module ...
Overkill. Run the server from the commandline with openerp-server --update=<your-module> --debug when you make a change just kill it with Ctrl-C, copy your changes to addons (if you are not working there) then run the server command again. If you have changed a menu refresh with Ctrl-T, Ctrl-R. You only need to uninstall if you change the names of objects. Martin _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
