[18.0][MIG] website_user_login_redirect_custom: forward port from 14.0 #1140
Merged
OCA-git-bot merged 2 commits intoOCA:18.0from Jan 2, 2026
Conversation
b4d9d6b to
4c89c9a
Compare
…ustom URL Allows configuration of a relative URL where website/portal users will be redirected after login or signup. Useful for cases when you want new users to land directly on `/shop` or a “thank you” page instead of `/my/home`. Task: 5023
4c89c9a to
08ada78
Compare
Aldeigja
suggested changes
Dec 30, 2025
Contributor
|
This PR has the |
- Update module version to 18.0.1.0.0 in __manifest__.py - Replace deprecated SavepointCase with TransactionCase in tests - Refactored res_config_settings_views.xml Task: 5058
f492784 to
bd78165
Compare
Contributor
|
This PR looks fantastic, let's merge it! |
Contributor
|
Congratulations, your PR was merged at 974208c. Thanks a lot for contributing to OCA. ❤️ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Forward port the following PR:
[14.0][ADD] website_user_login_redirect_custom: redirect website users to custom URL