When I create a new odoo.sh project and move the branch to PRODUCTION, when I install modules there is no demo data - I'd like (for some projects) to have demo data.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project
- MRP
This question has been flagged
Here is the answer given to me by Odoo:
Prepare the demo instance on dev branch and backup from the Build Screen of the build and restore that backup on the production. The Production container will run without-demo -all at the server config level and since we don't have control over that, this is the method that will enable you to use demo data.
Odoo.sh no longer lets you download a dump from dev.
https://pasteboard.co/TV7kx3eCBL1J.png
Go to settings scroll down and activate developer mode
Then Go back to settings again scroll down till the end there will be an option "load demo data" click there and your demo data will be uploaded
Write demo=True in the odoo configuration file
I would like this too. Putting demo=True is not going to work on odoo.sh, because the db is already created and if you rebuild then it creates a new .conf file.
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 | |
---|---|---|---|---|
|
0
Nov 20
|
2732 | ||
|
4
Apr 25
|
10973 | ||
|
1
Feb 25
|
2559 | ||
|
1
Jan 25
|
763 | ||
|
1
Jan 25
|
3626 |
I tried to update the DEMO field of ir_module_module in October 2017 and again today in March 2018 and got traceback errors during App install - the lunch module, then the mail module. Gave up.