コンテンツへスキップ
メニュー
この質問にフラグが付けられました
3 返信
43219 ビュー

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.

アバター
破棄
最善の回答

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/

アバター
破棄
著作者

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

最善の回答

use sudo before command

アバター
破棄
著作者

Give me example please

sudo ./odoo-bin scaffold bi_product_profitability /custom/

関連投稿 返信 ビュー 活動
1
6月 17
7723
0
8月 18
4135
2
3月 25
5903
0
7月 23
1889
2
8月 22
2600