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
- Comptabilité
- Inventaire
- PoS
- Project
- MRP
Cette question a été signalée
1
Répondre
1553
Vues
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
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrire