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

Hi everyone,

The addon I'm Working on Requires to Write Some files to the odoo addons path.Can anybody Tell me How to get it?

I'm working with odoo11

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

Hi,

You can get the addons from the python like this,

import odoo.tools as tools

ad_path = tools.config['addons_path']


Here, the addons path, ad_path will be in the  comma separated  string

Thanks

อวตาร
ละทิ้ง
ผู้เขียน

Thank you so much , This is what I was Looking for

คำตอบที่ดีที่สุด

For nightly 11: ./odoo/addons and ./addons

อวตาร
ละทิ้ง
ผู้เขียน

Is there any way to read by code?

sudo nano ./odoo/addons/account/models/account.py

It will help you.

ผู้เขียน

Thank you for your help

คำตอบที่ดีที่สุด

Hi, I didn't get your question clearly. I think you need the path of the addons.

If you install odoo in ubuntu system, majorly the path is

cd /etc/odoo/addons/ and cd /etc/odoo/odoo/addons/

Consider you install odoo in a folder named odoo11. open that folder there is directly a folder "addons". in that file you can find your addons. and also odoo11-->odoo-->addons,

If you need to add custom addons just follow the link.

https://www.cybrosys.com/blog/how-to-install-custom-modules-in-odoo

Thanks

อวตาร
ละทิ้ง
ผู้เขียน

I want to read the the addons location as string.and I want to write some files on that directory using python.Hope you have seen my comment on the previous answer.

Ok fine. using Python you can create or write files in the directories.!

ผู้เขียน

Thank you for trying to help

Related Posts ตอบกลับ มุมมอง กิจกรรม
1
เม.ย. 25
3344
2
ส.ค. 25
500
2
ส.ค. 25
890
4
ก.ค. 25
761
2
ม.ค. 25
9323