Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
5 ตอบกลับ
12791 มุมมอง

Enviroment: Odoo in AWS EC2 instance using NginX. Database: aws RDS

I can't create database in first start because y fails. I need to create database on RDS GUI and it works fine when I do login, but I can not avoid demo data, that is why I'm asking for this parameter.

 

 

 

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Even if you uncheck demonstration data, you still have "Your Company" implemented with some basic data, as for example a small chart of accounts, taxes etc.

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

In openerp-server.conf exists parameter:

without_demo = ...

description for it: disable loading demo data for modules to be installed (comma-separated, use "all" for all modules).

Command line equivalent --without_demo

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

./odoo-bin -d DBname --addons-path=comma_separated_addons_paths --without-demo=all

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

uncheck Load demonstration data field as follows,

อวตาร
ละทิ้ง
ผู้เขียน คำตอบที่ดีที่สุด

Thanks I've already done. ! The problem with RDS it's probably RDS.I have to follow these steps:
1.- Login (admin admin) 
2.- Logout
3.- Delete DB
4.- Create a new one (and this time uncheck Load demostration data)
Note: AWS RDS only one db per instance
 


 

that first youhave to login

อวตาร
ละทิ้ง