Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
3 Odpovědi
43109 Zobrazení

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
Zrušit
Nejlepší odpověď

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
Zrušit
Autor

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

Nejlepší odpověď

use sudo before command

Avatar
Zrušit
Autor

Give me example please

sudo ./odoo-bin scaffold bi_product_profitability /custom/

Related Posts Odpovědi Zobrazení Aktivita
1
čvn 17
7648
0
srp 18
4063
2
bře 25
5857
0
čvc 23
1857
2
srp 22
2547