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

Hello,

I installed Odoo with my domain name simpleenergytech.com, I want to filter my Test4Domain database with this domain.when i open www.simpleenergytech.com:8069 it will open, but showing other databases also above is my odoo.conf file. How i can filter my database with domain name ? How I can make https: ? How i Can link my domain with Odoo or with particular database ?

#[options]
#; This is the password that allows database operations:
admin_passwd = adminpassword
db_host = 192.168.0.17
db_port = 8069
db_user = odoo
list_db = false
db_passowrd = False
proxy_mode = True
db_filter = ^Test4Domain.*$
db_filter = ^%d$
#addons_path = /usr/lib/python2.7/dist-packages/odoo/addons
#logfile = /var/log/odoosimple/odoosimple-server.log
#addons_path=/odoosimple/odoosimple-server/addons,/odoosimple/custom
#xmlrpc_port = 8069 

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

to filter by subdomain you should use
dbfilter = ^%d$


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

Hi,

Can you try the below code

dbfilter = ^%h$
อวตาร
ละทิ้ง
ผู้เขียน

admin_passwd = adminpassword

db_host = 192.168.0.17

db_port = 8069

db_user = odoo

list_db = false

db_passowrd = False

proxy_mode = True

dbfilter = ^Test4Domain.*$

db_filter = ^%h$

this is for filter by hostname not subdomain to filter by subdomain you should use
dbfilter = ^%d$

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

Change db_filter to dbfilter.

You can make your instance ssl certified in apache/nginx configuration

Refer link below:

\https://www.odoo.com/forum/help-1/question/is-there-a-way-to-configure-https-for-odoo-93305


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

Thanks for reply...!

I made changes as per dbfilter but when i enter www.simpleenergytech.com:8069 showing my all database names.!

Related Posts ตอบกลับ มุมมอง กิจกรรม
Chatter in models แก้ไขแล้ว
1
มี.ค. 22
2542
2
ม.ค. 21
4417
2
มิ.ย. 19
3545
0
มี.ค. 24
1214
How to delete a website? แก้ไขแล้ว
5
ก.ย. 24
52130