Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
3 Răspunsuri
43169 Vizualizări

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.

Imagine profil
Abandonează
Cel mai bun răspuns

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/

Imagine profil
Abandonează
Autor

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

Cel mai bun răspuns

use sudo before command

Imagine profil
Abandonează
Autor

Give me example please

sudo ./odoo-bin scaffold bi_product_profitability /custom/

Related Posts Răspunsuri Vizualizări Activitate
1
iun. 17
7676
0
aug. 18
4093
2
mar. 25
5882
0
iul. 23
1871
2
aug. 22
2572