| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/website |
| GIT | |
| GIT | https://github.com/OCA/website.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/website/tree/18.0/website_user_login_redirect_custom |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Website |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Cetmix OÜ |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Cetmix OÜ |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, George Smirnov, Mohajiro |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/website |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:18 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - website - digest - base - base_setup - web - bus - web_tour - html_editor - portal - web_editor - http_routing - auth_signup - resource - social_media - google_recaptcha - utm |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
geoip2 |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module allows administrators to configure a custom URL where website users will be redirected after login or registration. The same applies to new signups. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_website_login_redirect_settings |
res.config.settings.view.form.inherit.website.redirect | res.config.settings | xpath | Inherits website.res_config_settings_view_form |
website_login_redirect_enabled
Boolean
config_parameter='website_user_login_redirect_custom.enabled'
help='If checked, users will be redirected to a custom URL after login/signup.'
string='On Login/Signup Redirect'
website_login_redirect_url
Char
config_parameter='website_user_login_redirect_custom.url'
help="Relative URL path where users will be redirected after login/signup. Example: '/', '/shop', '/thank-you-for-joining-us'."
string='Custom URL'
is_valid_redirect_url(url) -> bool
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/website |
| GIT | |
| GIT | https://github.com/OCA/website.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/website/tree/14.0/website_user_login_redirect_custom |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Website |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Cetmix OÜ |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Cetmix OÜ |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Mohajiro |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/website |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 18:50:16 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - website - digest - base - base_setup - web - bus - web_tour - portal - web_editor - http_routing - auth_signup - resource - social_media |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module allows administrators to configure a custom URL where website users will be redirected after login or registration. The same applies to new signups. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_website_login_redirect_settings |
res.config.settings.view.form.inherit.website.redirect | res.config.settings | xpath | Inherits website.res_config_settings_view_form |
website_login_redirect_enabled
Boolean
config_parameter='website_user_login_redirect_custom.enabled'
help='If checked, users will be redirected to a custom URL after login/signup.'
string='On Login/Signup Redirect'
website_login_redirect_url
Char
config_parameter='website_user_login_redirect_custom.url'
help="Relative URL path where users will be redirected after login/signup. Example: '/', '/shop', '/thank-you-for-joining-us'."
string='Custom URL'
is_valid_redirect_url(url) -> bool