Hi,
I want to encrypt my URL,because anyone can change the id in URL and can easly access another profile ,So for blocking that I need to encrypt my URL,Please give a solution for it.
Thanks in advance
VeniL
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi,
I want to encrypt my URL,because anyone can change the id in URL and can easly access another profile ,So for blocking that I need to encrypt my URL,Please give a solution for it.
Thanks in advance
VeniL
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
2
Feb 18
|
5112 | ||
|
1
May 25
|
622 | ||
|
0
Nov 24
|
1256 | ||
|
2
Jul 24
|
2271 | ||
|
1
Jun 24
|
4804 |
If we do encryption in URL then we need to update the controllers also. So you can manage this with security rules right. So only the allowed users can access the records.
Yes, as Hilar said you can do by record rule or put any control in controller.
How can I do that,Please help,I dont know how to do it