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
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
2
Feb 18
|
5194 | ||
System redirect to a wrong url
Diselesaikan
|
|
1
Mei 25
|
756 | |
|
0
Nov 24
|
1416 | ||
|
2
Jul 24
|
2462 | ||
|
1
Jun 24
|
4983 |
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