This question has been flagged

I have succesful install odoo to my Ubuntu servers, my question is how do I update my odoo to the latest version of odoo?. Is it done automatically? or should I input a command to update it?. Thank you. 

Avatar
Discard
Best Answer

Start the server with the options

-u all -d DATABASE_NAME

where DATABASE_NAME is the name of your database.

This will update all modules. But be aware that it can result in setting back some values to default when you have made changes in a unproper way (especially in one2many fields, like the payment terms).

Avatar
Discard