Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
3 Antworten
43264 Ansichten

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
Verwerfen
Beste Antwort

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
Verwerfen
Autor

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

Beste Antwort

use sudo before command

Avatar
Verwerfen
Autor

Give me example please

sudo ./odoo-bin scaffold bi_product_profitability /custom/

Verknüpfte Beiträge Antworten Ansichten Aktivität
1
Juni 17
7753
0
Aug. 18
4168
2
März 25
5920
0
Juli 23
1895
2
Aug. 22
2621