Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
3 Replies
43079 Tampilan

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
Buang
Jawaban Terbai

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
Buang
Penulis

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

Jawaban Terbai

use sudo before command

Avatar
Buang
Penulis

Give me example please

sudo ./odoo-bin scaffold bi_product_profitability /custom/

Post Terkait Replies Tampilan Aktivitas
1
Jun 17
7603
0
Agu 18
4020
2
Mar 25
5802
0
Jul 23
1839
2
Agu 22
2530