Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
2 ตอบกลับ
2087 มุมมอง

Hi guys much appreciated if you help me figuring out how can i access odoo folder, because i wanted to upload my own module and apply it to an app. my problem is I cannot locate the exact folder from the root account of my ubuntu droplet. I already access the root path thru filezilla but the things is i cannot see the right folder (addons) that i cannot upload may module.. thank you in advance

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hi,

After logging to server via terminal, enter the command locate odoo and see the results.

Mostly you will find odoo source code in the following paths: /opt/odoo or /odoo

Also, you can try to find odoo configuration file, which will be in path /etc and mostly named as odoo.conf or odoo-server.conf and open it and see the addons path in it.

Thanks

อวตาร
ละทิ้ง
ผู้เขียน คำตอบที่ดีที่สุด

thank you for your answer here is my output

~# /opt/odoo or /odoo
-bash: /opt/odoo: No such file or directory

อวตาร
ละทิ้ง