Unable to install module "user_login_alert" because an external dependency is not met: No module named httpagentparser
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project
- MRP
This question has been flagged
Hi,
This seems to be our module in the app store: User Login Alert
You have to install the python package httpagentparser for the working of this module.
You can install it using this command: sudo pip install httpagentparser
In the manifest file of the module we have specified the external dependency as this package, so if this package is not installed in the system, you will not be able to install the module. So install the package first and then install the module.
We have specified this clearly in the readme.rst file.
Thanks
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
Dec 24
|
1679 | ||
|
0
Nov 24
|
682 | ||
|
2
Jul 24
|
1647 | ||
|
0
Apr 24
|
1295 | ||
|
3
Mar 24
|
1176 |