openerp-community team mailing list archive
-
openerp-community team
-
Mailing list archive
-
Message #00949
Reload openerp modules in running server
Hello everyone, i am following instructions on how to develop an openerp
module from this:
http://www.ibcscorp.com/application-integration-customization/erp/openerp-2/openerp-custom-module-development-quick-start-guide/
nice and simple tutorial
I dediced to customize it and add another field to the model but in
order for openerp to recognize the changes made to the model i had to
restart the openerp-server.
Is there any way to reload a module without having to restart the
openerp server ? it seems that when i upgrade the model throuth the web
interface the xml files are
Could i implement a funcion inside the openerp module to reload himself
? something like the 'rollback importer'
http://pyunit.sourceforge.net/notes/reloading.html ?
Is there any way to 'reload' the whole server instead of 'restart' the
server ? something that could be faster to deal with ? like zope debug
mode and refresh.txt files.
Thanks.
--
Nestor Diaz
Follow ups