I am restoring a database with several addons installed. How I can install all external dependencies?
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
1
Reply
1192
Views
Hi,
If you have a requirments.text file, you can install the packages as follows: pip install -r requirments.text
If not, you have to see which all are the needed packages and install one by one manually.
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 up