Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
3 Trả lời
3534 Lượt xem

Hello, I am encountering a problem. I have installed the Odoo suite on my Linux server. I was able to start working on the project module, but I would also like to use the sales module for quotes. However, when I try to install the module, I receive the following message:

Invalid operation

Unable to install the module "account_peppol" due to a missing external dependency: External dependency phonenumbers not installed: No package metadata was found for phonenumbers.

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

You should enter the command in your odoo server folder. I use window so my set up is

Odoo/18/server

Note that you will need to check will need to check where the package is installed.

In my case, it says that the package was installed sucessfully but I still had an error.  It turned out that it was installed to my global python folder (Python312/lib/site-packages) instead of my Odoo environment.

I copied the two folders phonenumbers and phonenumbers-8.13.53.dist.info to my Odoo  (Odoo/18/python/Lib/site-packages) and it seems to work.

Ảnh đại diện
Huỷ bỏ
Tác giả Câu trả lời hay nhất

Hi jason, 

Ok, and where should I enter this command ? 


Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

It might missing package: phonenumbers

pip install phonenumbers

or double check installation of requirements.txt

pip install -r requirements.txt
Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
3
thg 2 25
1174
0
thg 12 24
848
1
thg 7 25
742
0
thg 7 25
237
1
thg 6 25
970