Hello everyone, I want to encode the URL on Odoo for example
http://localhost:8066/web?debug=1#id=20&menu_id=102&cids=1&action=146&model=hr.employee&view_type=form
into
http://localhost:8066/web?debug=1#id=bbcddc&menu_id=102&cids=1&action=146&model=abcxyz&view_type=form
.
Prevent users from seeing model and id names in the URL to increase security.