Hi
I have one question. Regarding this article https://www.odoo.com/documentation/11.0/setup/update.html , do I need to update base module after I change ( update ) same release ODOO version. ( e.g. I have installation of V11 from January, and now I want to update to latest version of V11 from August )?
Thnx in advance
Regards
Bojan
Is that you have clone odoo from github? If yes the follow https://www.odoo.com/documentation/11.0/setup/update.html#source-install-github.
Else you need to take DB backup and update Odoo server from latest one.
Thanks!
You can either update the modules through the frontend or do a -u all to reload and update all modules. Notice that when you do a -u or update of a module it will affect both the views and the python code. If you just do a service restart you'll only update the Python code for Odoo and not the views.