How can I set up OpenERP 8 without demo data?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
3
Trả lời
13533
Lượt xem
How can I set up OpenERP 8 without demo data?
When creating your database, make sure the Load demonstration data option is not checked.
I actually create the database on the psql command line with: "CREATE DATABASE openerp OWNER openerp;" Can it be done that way?
I don't know how to do it this way.
No problem. It works great the way you showed.
How to load demo for myself modules only. For example: The demo data of product is 3c products, but my project is not for 3c, os i want to load ourself products to do demo
I also got the same problem. But I solve it by changing the boolean type for demo in table ir_module_module(database using pgadmin). Hope this help.
To generate without demo data, you can use the option `--without-demo`
--without-demo=WITHOUT_DEMO
disable loading demo data for modules to be installed
(comma-separated, use "all" for all modules). Requires
-d and -i. Default is none
So just launch your server with
`openerp-server --without-demo=True`
Then when you create a database from postgres it will not fill it with demo data.
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng ký
From where did you get the openerp 8 file?