Siirry sisältöön
Menu
Sinun on rekisteröidyttävä, jotta voit olla vuorovaikutuksessa yhteisön kanssa.
Tämä kysymys on merkitty
1 Vastaa
11997 Näkymät

Dear all,

I am working on Odoo 12 and need to read the contents of a file that is located on a "static" folder inside my module folder structure.

I am using "os.getcwd()" and it gives me the root folder of my Odoo instalation.
My problem is, on different installations the "custom modules" (addons_path) can be on different locations and this way, my module may fail to work.

 Can anyone help me get the exact path to my module root folder in order for me to read the file located at "mymodule/static/myfile.txt"?

Thank you all in advance

Best regards

PM

Avatar
Hylkää
Paras vastaus


from odoo.modules.module import get_module_resource
text_file_path = get_module_resource('mymodule', 'static/src/, 'myfile.txt')

Avatar
Hylkää
Tekijä

@Ravi,

Thank you very much my friend.

Exactly what I need.

Best regards

get_module_resource was renamed to get_resource_path in Odoo 10

get_resource_path was deprecated in Odoo 17 in favor of tools.misc.file_path

Aiheeseen liittyviä artikkeleita Vastaukset Näkymät Toimenpide
1
huhtik. 25
3597
0
maalisk. 24
1344
0
lokak. 22
2528
0
syysk. 22
1734
1
heinäk. 22
5407