Hi, i try make phone lookup addon which fetches name for the number from odoo database and show it on mobile phone
The problem what I have now is how to select database with custom url (if multiple database on same domain)?
I have ULR like below but db parameter doesn't work...
https://odoo.domain.com/lc_phonenumber_lookup/Search?phoneNumber=1234567890&db=mydb2
What I need to add to controller to make it work?