how to install custom module of my team member in odoo 12
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
Hi Anjali,
You first have to add the custom module on your Odoo server. If it is on your server you have to add the path to the module in your Odoo configuration file (under /etc/ and usually named odoo-server.conf). If the module path is loaded in the configuration file you will need to restart Odoo.
Finally go to Apps and click on "Update Apps List". When you've updated the apps list you can search for the app from your team member and install it.
Regards,
Yenthe
Hello @Anjali,
First, you have to add you custom module to your path where you usually put your custom modules.
then you have to load you custom modules along with your addons.
Example: your odoo addons is located to this path->/home/odoo/workspace/odoo-12.0
your custom module is located to this path -> /home/odoo/odoo_modules
So now you have to made a command to run custom modules along with odoo addons like this:
python3 odoo-bin --addons-path=/home/odoo/odoo_modules/,/home/odoo/odoo_modules
Note:You can also made .sh file to store this path.
After this you can enable developer mode and update your app list with
"Apps" ->"Update Apps List"
When you've updated the apps list you can search for that custom app and install it.
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 | |
---|---|---|---|---|
|
5
Oct 24
|
611 | ||
|
1
Aug 24
|
394 | ||
|
1
May 24
|
1332 | ||
|
0
Aug 23
|
864 | ||
|
3
Apr 23
|
22091 |
Thanku Yenthe., I am a beginner in odoo and i dont know how to add custom module in odoo server. Can u pls help me to recover my problem?
How to create and install Modules in Odoo: https://goo.gl/cgJZr7