| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 185 |
| Technical Name |
remove_odoo_to_url |
| License | LGPL-3 |
Remove Odoo URL Prefix Module
This module removes the /odoo prefix from URLs in the Odoo web client, making URLs cleaner and more user-friendly.
Features: - Removes /odoo prefix from all action URLs (e.g., /odoo/sales -> /sales) - Automatically supports all modules without manual configuration - Smart fallback mechanism for compatibility - Preserves special paths like /web, /static, etc. - Works seamlessly with all Odoo modules
Examples: - /odoo/sales -> /sales - /odoo/sales/new -> /sales/new - /odoo/purchase/123 -> /purchase/123 - /odoo -> /
Note: Special system paths like /web, /static, /website are preserved.
Please log in to comment on this module