Hello,
i tried to modify customer portal to browse documents from model documents.document
I display first folders (documents.folder) and when i click on one of them, i pass an url with its id (like /my/docs/folder/3) and in a controller python file, i keep the route and the parameter
But i would like to not display the id of the folder in the url, because user can modify it and access to others documents.
Is there a way to do this ?