This question has been flagged
1 Reply
4481 Views

How do you get the changes reflected if for some reason you wish to make changes in odoo core instead of creating new module?



Avatar
Discard
Author Best Answer

If you make changes to xml files

Goto [Settings]> search and click the [Module] changed > click [Upgrade]

If you make changes to python files

Restart your odoo instance

eg . sudo /etc/init.d/odoo-server restart

Reload/refresh your browser or simply log out and in again

If you make changes to javascript files

Simply refresh your browser 

Avatar
Discard

And to add: changes to javascript files are 'updated' with a simple refresh. :)

Author

Added