Create a custom addons directory
Inorder to view a new app in Odoo, first we need to create a custom addons directory. All new addons can be saved in this directory
Add custom_addons directory to Odoo addons path
If you want this app in an old database, then:
- Create a directory named custom_addons in your odoo main directory[or some other path as you like].
- Copy the new custom app that have to added to Odoo to the custom_addons folder
- It is not necessary to create a new directory for custom_addons, you can directly add addons into Odoo addons folder. But it is recomended to use create a new custom addons directory.
Add custom_addons directory to Odoo addons path
- Inside odoo.conf [your Odoo config file] file, add the custom_addons path.
- Restart your odoo instance.
If you want this app in an old database, then:
- Activate developer mode:
- You can activate developer mode by typing ?debug= before the '#' symbol in your url.
- You can also activate developer mode from settings. Option to activate developer mode is available in Odoo settings
No comments:
Post a Comment