odoo / odoo

Odoo. Open Source Apps To Grow Your Business.
https://www.odoo.com
Other
36.35k stars 23.62k forks source link

odoo 11 - cannot upadte apps list #22431

Closed almustafago closed 5 years ago

almustafago commented 6 years ago

Impacted versions: odoo v 11

Steps to reproduce: after activate developer mode i click on update apps list ,, but no response

Current behavior: work under odoo bitnami cloud Expected behavior: there is bug in image

Video/Screenshot link (optional): display

sswapnesh commented 6 years ago

Hello @almustafago Looks like some python Library import error. Could you please share server log?

almustafago commented 6 years ago

ok , now i am trying to update sale model but it gives me connection lost , i using odoo bitnami v 11 in google cloud ,, so how can i update model using command line

lukebranch commented 6 years ago

i'd say you're probably best off removing all custom modules from the addons_path and trying again. It's likely an import error from a custom module, or a missing dependency you haven't installed from Odoo core modules as (@)sswapnesh mentioned.

almustafago commented 6 years ago

now the problem in just on sale and invoice model i cannot make update in apps list , it loding and then give me sale connection lost

almustafago commented 6 years ago

so how can i update sale model in command line ??

sswapnesh commented 5 years ago

We can close this now. What do you think @Yenthe666 ?

Yenthe666 commented 5 years ago

Agreed. & you can update a module in the terminal with ./odoo-bin -u sale -c /etc/your-odoo-server.conf

sswapnesh commented 5 years ago

I am not sure but -u should come after -c as -u requires database first. (Just Saying not Tried this)

Yenthe666 commented 5 years ago

Other way around works just fine, I use it all the time 😄