If a new Odoo module requires a given Python package, is it needed or recommended to include that dependency in manifest.py as external dependency?
If so, how is that reference specifically included?
You can add external_dependencies in manifest file of module as following :
"external_dependencies": {"python": [name of library/python package,..]},
For more information : See here
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With