Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
3 Antwoorden
43146 Weergaven

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
Annuleer
Beste antwoord

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
Annuleer
Auteur

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

Beste antwoord

use sudo before command

Avatar
Annuleer
Auteur

Give me example please

sudo ./odoo-bin scaffold bi_product_profitability /custom/

Gerelateerde posts Antwoorden Weergaven Activiteit
1
jun. 17
7664
0
aug. 18
4087
2
mrt. 25
5874
0
jul. 23
1866
2
aug. 22
2563