i want to automatic log in into the odoo server and redirect to this page (http://localhost:8069/web#) . i found one solution but its not working.
http://localhost:8069/login?db=db_shashi&login=shashi&key=shashi@123.
I made one link having above link url. while user click on it then it must be redirect into the http://localhost:8069/web#
i hope i will get solution from somebody
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
i am making wrapper application having only login screen using cordova. Actually i dont want to login in through http://***.com/web/login page but i want to login through login page of my app . code of login page is:
<form id="form-login" action="" method="post">
<div class="input-row">
<input id="ipaddress" type="text" class="user" name="ip_url" placeholder="Enter Hosted URL.." required="" />
<input id="email" type="email" class="email" name="email" placeholder="Enter Email" required="" />
<input id="password" type="password" class="password" name="password" placeholder="Password" required="" />
</div>
<div class="agileits-row2"></div>
<input id="btn-login" onclick="PostData()" type="submit" value="Login">
</form>
its seems like public but i want to login only via my app but not through odoo login page
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
1. What is the purpose of credentials when you make them public by putting them in a URL?
2. What exactly do you want to achieve?
To me that does not make any sense.
hi, shiddant have you found any way to redirect Odoo Page from Other web-portal ?
your help would be highly appreciated