Hello,
In my laptop I have installed Odoo 18 on Windows 10. It's working fine.
I would like to install a module which depends on numpy python module.
I install numpy python module on python directory (python -m pip install numpy) (It's python 3.12).
On python it's OK.
But a test on local Odoo 18 with call numpy does work (I have the message "500 Internal Server Error"). It seems that Odoo does see the numpy module.
Do you have a solution ?
Thanks,
Boris