Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
8727 Tampilan

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?


Avatar
Buang
Jawaban Terbai

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

'external_dependencies': {

        'python' : ['num2words'],

    },

Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
3
Okt 23
6508
2
Jan 23
5951
7
Jun 21
25179
11
Sep 19
39161
0
Mei 16
4416