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

Hi,

I downloaded latest nightly build and run ./openerp-server. Then from browser I gave http://localhost:8069. Now the server loads with first database in database list as I have attempted to login in that database.

Thanks in advance

อวตาร
ละทิ้ง
ผู้เขียน

I noticed that, after creating a database for version 7, and login in it, the next time when server starts with this new database.! Have any suggestion please to remove it?

ผู้เขียน

When the server starts, it show a warning as following.

/usr/local/lib/python2.6/dist-packages/Babel-0.9.5-py2.6.egg/babel/__init__.py:33: UserWarning: Module openerp was already imported from /home/user_name/workspace/openerp-7.0/openerp/__init__.pyc, but /usr/local/lib/python2.6/dist-packages/openerp_server-6.1_dev-py2.6.egg is being added to sys.path from pkg_resources import get_distribution, ResolutionError

คำตอบที่ดีที่สุด

Te last used database is stored in a cookie: last_used_database.

To disable the "auto load" (worked for me): disable cookie_db in server/openerp/addons/web/controllers/main.py

    # 2 use the database from the cookie if it's listable and still listed
#    cookie_db = req.httprequest.cookies.get('last_used_database')
#    if cookie_db in dbs:
#       db = cookie_db
อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

You can specify the database in your openerp-server.conf file: DB_NAME = "your-database-name"

Basically the database information will be added to the URL: localhost:8069/?db="your-database-name"

อวตาร
ละทิ้ง
ผู้เขียน

In configuration file, no database name is mentioned, but it loads with one database. How I can block it. I need to load only after I select database and attempt to login. I seems, that it happens on change of that database field, I hope if I modify that code it will get resolved.

Related Posts ตอบกลับ มุมมอง กิจกรรม
How to run tests แก้ไขแล้ว
4
เม.ย. 23
45808
1
เม.ย. 23
58183
2
ก.ค. 17
18431
1
มี.ค. 15
4478
3
มี.ค. 15
4224