How to skip demo data in Odoo instance

2019-09-01 12:30发布

I'm using Odoo on ubuntu server, I want to skip the demo data, I tried the following way, but it does'nt help me out.

 --without-demo=True

Then I deleted the demo xml files in openerp.py for CRM module, but there is still demo data in customers field.

Is there any other potential way to skip the demo data.

Any input would be appreciated.

3条回答
The star\"
2楼-- · 2019-09-01 12:40

Small modification to your answer works :-)

      --without-demo=ALL
查看更多
Bombasti
3楼-- · 2019-09-01 12:59

Use this parameter

--without-demo=all

Take into account that it requires the parameters -d (database) and -i (modules to install)

查看更多
霸刀☆藐视天下
4楼-- · 2019-09-01 12:59

when you create a new databdon't check ase in 127.0.0.1:8069/web/database/selector don't check the box " Load demonstration data " enter image description here

查看更多
登录 后发表回答