This question has been flagged
1 Reply
2912 Views

Hi,

I am using Odoo CE v10. 

I maintain it via git update (git fetch origin 10.0).

After I update (git reset --hard origin/10.0) and I run (odoo-server restart -u all -d MYDATABASENAME).

Will it be enough or I should update each module individually via APPS>Upgrade?

Thanks.

Avatar
Discard
Best Answer

Hey OnuR,

According to me, you should give the command "-u all" which will upgrade all the modules installed in that database.

You don't need to manually go to each module and upgrade each of them.

Hope this helps.

Thanks!

Avatar
Discard