Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
3 Ответы
43183 Представления

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/

Related Posts Ответы Просмотры Активность
1
июн. 17
7685
0
авг. 18
4099
2
мар. 25
5891
0
июл. 23
1877
2
авг. 22
2581