Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
8721 Zobrazení

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
Zrušit
Nejlepší odpověď

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
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
3
říj 23
6498
2
led 23
5937
7
čvn 21
25171
11
zář 19
39151
0
kvě 16
4410