Hi All,
I found an URL /web/tests in Odoo default addon. Now this route is accessible to all internal users. i need to limit this access to some users who belong to a particular security group. 
I tried below steps:
- Created a new group
- Added some employees to this group
- Created a new Record rule for the model of ir.http
- In the domain field of the Record rule, i added the desired URL, /web/tests
- And i logged in as a user who does not belong to the above-mentioned group.
- But still, the user can access the URL.
I need to prevent this.
