kmee / oca-mobile

OCA Mobile - Odoo React Native - a Modern Odoo APP made with React Native by Odoo Community
107 stars 112 forks source link

No database #11

Open buby84 opened 4 years ago

buby84 commented 4 years ago

When try to login it say no database..app unusable with Odoo 12 ce

shurshilov commented 4 years ago

Hello!I think that, in your odoo backend server config set param list_db = False. For check it, go to yourdomain.com/web/database/manager and if you not see list of database it true

moblitas21 commented 4 years ago

Hi,

Is the applications Works with Odoo 11 CE?

Best regards,

DaoThang3797 commented 3 years ago

Hi, i have same issue, i have set list_db = True and restart server, but still not work, app alert "No Database"

mpstorrent commented 2 years ago

Any solution? I'm in the same error

zeroheure commented 2 years ago

It works for me. My server is on Linux and it works very well for me (Odoo 10 CE). As @shurshilov wrote you must enable list_db in odoo.conf then restart Odoo, you must also have only one database because db listing is not implemented (look at the code in /src/pages/login/index.js file).