コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
8729 ビュー

I am running Odoo 10 on Windows and have a module that requires num2words 0.5.3.

I successfully added it using pip and have tested "import num2words" using the IDLE (Python GUI), but when I attempt to install the module I still get an error message saying that an external dependency has not been met. No module named num2words.

Is there an extra step that I have to take to get Odoo to recognize num2words in Windows?


アバター
破棄
最善の回答

In your module manifest file check that num2word is listed as external dependency . if not add this entry to it

'external_dependencies': {

        'python' : ['num2words'],

    },

アバター
破棄
関連投稿 返信 ビュー 活動
3
10月 23
6511
2
1月 23
5957
7
6月 21
25181
11
9月 19
39164
0
5月 16
4417