I am using eclipse to develop odoo. I have installed a module called dietfacts and it is running with the database dietfacts2. Every time I made a change in the code, I stopped the server and relaunch it in eclipse by selecting my run configuration. When I go to the browser to see the changes, they do not show up. I have to search for the module and manually clicked "upgrade" to load the changes in odoo. It is very tedious and sometimes I forgot to do it and wonder why the changes did not show up. Does anyone have this problem?
In my eclipse's "Run Configuration/Arguments" tab, I put in the following run argument for odoo.py:
--addon-path=customaddons,addons -d dietfacts2 -u dietfacts
In the Terminal, I also tried with the following command with the same result, i.e. no new update installed:
./odoo.py --addon-path=customaddons,addons -d dietfacts2 -u dietfacts
Please help. Thanks.
Simon Lee