콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
8516 화면

Hello,  


Odoo redirects all requests to /database/selector.


I checked the web.base.url and it points to the correct ip.


In my odoo.conf I have:


dbfilter = db1

list_db = False


Thank you for any suggestions. 

아바타
취소
베스트 답변

if you have multiple databases  and your database list is disabled. You can simply access by adding " /web?db=" end of your odoo service url if you have multiple databases
for example, In my local instance i have databases 1. test_db 2. prod_db and i have  list_db = False in my .conf, when i have to access test_db i will type url like "localhost:8066/web?db= test_db " this will redirect me to login page with selected database " test_db"

아바타
취소
작성자

Thank you

베스트 답변

It is because you would have more than one database, if you want to land on a specific database you can use the database filter from the configuration file

아바타
취소
작성자

I have list_db = False

Define the spacific name

작성자

So I set both list_db and dbfilter to db1 but users can see the "manage database" button, which I dont want

관련 게시물 답글 화면 활동
3
9월 25
2662
0
8월 25
221
1
8월 25
2218
2
7월 25
8098
2
7월 25
4547