İçereği Atla
Menü
Bu soru işaretlendi
3 Cevaplar
43110 Görünümler

I got error while running scaffold command (./odoo-bin scaffold bi_product_profitability /custom/) It giving me error of PermissionError: [Errno 13] Permission denied. How can i solve this error please help me.

Avatar
Vazgeç
En İyi Yanıt

Hi, You are creating custom folder using this command in odoo repo folder so you may have no permission to create a new folder, so create a new folder and use it in command

syntax is like: ./odoo-bin scaffold <module name> <where to put it> 

you can use this command which will create this module in outside of odoo addons : 

./odoo-bin scaffold bi_product_profitability ../../custom/

Avatar
Vazgeç
Üretici

Yes It's Working for me i was just doing small mistake while location desire folder where i want to put my module.

En İyi Yanıt

use sudo before command

Avatar
Vazgeç
Üretici

Give me example please

sudo ./odoo-bin scaffold bi_product_profitability /custom/

İlgili Gönderiler Cevaplar Görünümler Aktivite
1
Haz 17
7648
0
Ağu 18
4063
2
Mar 25
5857
0
Tem 23
1857
2
Ağu 22
2548