Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
2
Replies
2842
Views
For your case you need a new Odoo instance for each db that use diferent set of addons, each Odoo instance with it's own config file to specify the addons_path option to the Odoo instance(this is asumming that you cannot join all the addons in only one addons_path option for only one instance)
Every instance need to varying from the other in the option xmlrpc_port that by default is 8069 and the value is then the port used to raw access to the instance. Also you could specify in every config the db_filter option to only manage the desired db and avoid to access the db of the instance x from the instance y
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
Could you be more specific, what is the problem? You can add addons to your server /addons folder and install them in the DB you would like it to install.