unable to use without odoo demo data #512
-
in a nutshell, how to create an odoo without demo data? long story
everything works great, but my new odoo has demo data. I found in devel.yaml
when I set DOODBA_WITHOUT_DEMO=all then rerun the invoke command, I can see WITHOUT_DEMO=all is set in the environment of the running odoo container, but there's still demo data. As far as I can tell (which isn't very far)
and that defaults to demo data, there's an optional switch to disable it |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Run with |
Beta Was this translation helpful? Give feedback.
-
cheers. i thought I was going crazy. that exact command didn't work but I was able to the equivalent a different way. thank you. |
Beta Was this translation helpful? Give feedback.
Run with
DOODBA_WITHOUT_DEMO=all
in your environmentdocker compose run --rm odoo -i base
instead ofresetdb
.