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
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيلالمنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
---|---|---|---|---|
|
2
فبراير 18
|
5115 | ||
System redirect to a wrong url
تم الحل
|
|
1
مايو 25
|
635 | |
|
0
نوفمبر 24
|
1283 | ||
|
2
يوليو 24
|
2322 | ||
|
1
يونيو 24
|
4844 |
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