Skip to Content
Menu
This question has been flagged
2 Replies
1828 Views

Where can i find the source code of app created in odoo? I'm using community odoo, and wondering where is my app's source code located.

Avatar
Discard
Best Answer

If your odoo is installed on Linux, type in command 'systemctl status '.
If the name of your odoo service is correct, you will see in terminal --config your_path.../odoo-conf.
Now type nano your_path/odoo-conf, check addons_path , the paths in addons_path are where your apps code installed. 
Hope this will help you.

Avatar
Discard
Best Answer

You need to check your odoo.conf (usually located in /etc/odoo) , there you will have addons path.
Usually is  /opt/odoo/addons or  /opt/odoo/1X.0/addons

Avatar
Discard
Related Posts Replies Views Activity
3
Mar 24
607
2
Nov 24
2156
2
Nov 24
166
1
May 24
445
1
Dec 23
648