as stated on https://www.odoo.com/documentation/14.0/developer/reference/cmdline.html
--without-demo is used to disables demo data loading for modules installed comma-separated, but when i try the command --without-demo sales,inventory somehow it disables all modules demo data
is it really like that?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Účetnictví
- Sklad
- PoS
- Project
- MRP
This question has been flagged
1
Odpovědět
9370
Zobrazení
Hello Reno Septa Pradana,
While creating new db without demo data you can use this command like this "--without-demo=True" .
Hope it will help you.
Thanks & Regards,
Email: odoo@aktivsoftware.com
Skype: kalpeshmaheshwari
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Přihlásit seRelated Posts | Odpovědi | Zobrazení | Aktivita | |
---|---|---|---|---|
|
2
srp 25
|
7868 | ||
|
1
srp 25
|
1741 | ||
|
1
srp 25
|
1733 | ||
|
4
čvn 25
|
2143 | ||
|
1
čvn 25
|
1041 |
Yes. In Odoo 14, --without-demo=MODULES is meant to skip demo data only for the listed modules, but in practice it often disables demo data for all modules due to dependencies and how Odoo handles demo loading. This is expected behavior for that version.
You can work around it by installing modules separately or manually removing demo XMLs.