[IMP]hide_portal_module_by_user: fix invoices access in v18 #4
Reference in New Issue
Block a user
No description provided.
Delete Branch "18.0-dev-portail"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
en lien avec :
https://elabore.coop/odoo/my-helpdesk-tickets/1110
@@ -9,0 +15,4 @@# Exact match, for routes that have no sub-route of their own. '/my' has to# stay here in any case: as a prefix it would match every portal page and# make this module a no-op.WHITELISTED_ROUTES = ['/my', '/my/home', '/my/account', '/my/security', '/my/payment_method']Il se passe quoi si mon URL n'est pas dans celles listées ? Genre celles pour les tickets ? Le module ne marche pas pour eux ?
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.