From the documentation:
Odoo is a multi-tenant system: a single Odoo system may run and serve a number of database instances. It is also highly customizable, with customizations (starting from the modules being loaded) depending on the “current database”.
Does this mean that we can specify which modules are installed/loaded for a specific database? If yes, then how? I couldn't seem to find any documentation about loading specific modules to a specific database. TYIA.
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
Yes you can. You can run Odoo from the command line and use the parameters -d DATABASE -i MODULE1,MODULE2 to specify the database (-d) and the list of modules to install (-i). You can also upgrade the modules from the command line by using the -u switch instead of -i.
Alternatively, you can log into each database and install the modules manually from the Apps menu. You can install different modules in each database, if required.
Here's a link to the relevant product documentation if you would like to learn more about this:
https://www.odoo.com/documentation/15.0/developer/misc/other/cmdline.html
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