Skip to Content
Menu
This question has been flagged
3 Replies
1422 Views


Avatar
Discard

Next time please use a meaningful and concise title.

Best Answer

Hi, Ahmed


Best way to debug this issue is to run the Odoo script file like below,

  • First switch to the Odoo user (user of Odoo directory).

  • Then from the Odoo directory run below command,

    • /opt/odoo/odoo-bin
  • Then it will give the exact error which you are currently getting. 

In case you still not able to fix this issue then share the log which you getting after following above steps.


Thanks,
Ashish Singh (Team Lead)
Webkul Software Private Limited.
Avatar
Discard
Best Answer

Hi Ahamed,
The issue is because the odoo addons are not loaded properly.Either you've given a wrong addons path in the conf or there are missing dependencies.Open terminal in your odoo directory then try below command to install dependencies.
sudo pip install -r requirements.txt --ignore-installed
Regards

Avatar
Discard
Related Posts Replies Views Activity
2
Dec 23
11994
0
Oct 23
33
3
Oct 23
787
1
Oct 23
569
1
Aug 23
979