Se rendre au contenu
Menu
Cette question a été signalée
3 Réponses
43220 Vues

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
Ignorer
Meilleure réponse

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

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

Meilleure réponse

use sudo before command

Avatar
Ignorer
Auteur

Give me example please

sudo ./odoo-bin scaffold bi_product_profitability /custom/

Publications associées Réponses Vues Activité
1
juin 17
7733
0
août 18
4135
2
mars 25
5903
0
juil. 23
1889
2
août 22
2600