Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
3 Odgovori
43186 Prikazi

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
Opusti
Best Answer

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
Opusti
Avtor

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

Best Answer

use sudo before command

Avatar
Opusti
Avtor

Give me example please

sudo ./odoo-bin scaffold bi_product_profitability /custom/

Related Posts Odgovori Prikazi Aktivnost
1
jun. 17
7687
0
avg. 18
4099
2
mar. 25
5891
0
jul. 23
1877
2
avg. 22
2581