i am trying to modify one OpenERP module, and when i make the changes in any file, for example text, and I start webclient, the change is not updated, but the file is modified. I thing this is because I need to restart openerp service, but i am using Windows. How can i do it?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Księgowość
- Zapasy
- PoS
- Project
- MRP
To pytanie dostało ostrzeżenie
2
Odpowiedzi
4775
Widoki
I guess you have to restart openerp service in window or restart your system , So it will tack new changes applied by you.
for restart openerp service follow bellow steps
Menu Start --> tape Services --> search OpenERP Server --> Select line and click on Restart/Start/Stop's buttons above
thank you very much, its working fine!!
Podoba Ci się ta dyskusja? Dołącz do niej!
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
2
lis 22
|
4841 | ||
|
0
sie 25
|
3 | ||
|
0
lip 25
|
2 | ||
|
0
mar 25
|
1123 | ||
|
1
lip 24
|
1699 |
if you make changes to python code in openerp, you need to restart the server for it to take effect. If you make changes to the xml then you need to reload the module for effect to occur. To restart server, what I do is start Task manager on window and select services. Locate openerp and click restart. that should do it. But you should know that it is not advised to change core modules, if you are going to do this I will advise you to install openerp on another machine so that when you mess a module up you can always core it from the second one.