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.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- सीआरएम
- e-Commerce
- लेखांकन
- इन्वेंटरी
- PoS
- Project
- MRP
This question has been flagged
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/
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
जून 17
|
7636 | ||
|
0
अग॰ 18
|
4047 | ||
|
2
मार्च 25
|
5840 | ||
|
0
जुल॰ 23
|
1847 | ||
|
2
अग॰ 22
|
2542 |