Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
3796 Vues

I'm writing a web controller and making incremental changes to routes. I'm having an issue where new routes aren't being picked up even though I have restarted the server and reinstalled the module. No matter what I do, it still only shows a page at an old route, using an old response (I have since changed the "return" string and it still shows the old one.

 

Maybe I'm restarting, uninstalling/installing in the wrong order? Maybe it is not sufficient to do "sudo /etc/init.d/odoo-server restart" and have to do something else?
 

Btw, could someone link me to documentation on the module development process? I've been looking through odoo docs for days, and it would be really helpful to know the details of what gets cached and when and how to refresh it as I develop modules.

Avatar
Ignorer
Auteur Meilleure réponse

The problem was because I had two controller methods with the same name, so the first was being overwritten by the second. I did not notice this for a very long time, and was quite vexed to see that nothing I did to the first would make it show up.

The short answer to my question, when you haven't done something silly in python, is "restart the server."

Avatar
Ignorer
Publications associées Réponses Vues Activité
0
janv. 24
1794
0
mars 15
4699
2
août 25
2562
2
juin 25
970
0
mai 25
1012