-
Notifications
You must be signed in to change notification settings - Fork 0
[6274][FIX] iap_mail_domain_blacklist: cannot install for list_db=False odoo.conf #101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
AungKoKoLin1997
wants to merge
6
commits into
15.0
Choose a base branch
from
15.0-imp-iap_mail_domain_blacklist
base: 15.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
6c3853b
[FIX] iap_mail_domain_blacklist: cannot install for list_db=False odo…
AungKoKoLin1997 ffc5fa0
imp readme
AungKoKoLin1997 62927e4
imp readme
AungKoKoLin1997 dab090f
imp readme
AungKoKoLin1997 dc48044
readme
AungKoKoLin1997 a513bd1
readme
AungKoKoLin1997 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,15 +1,3 @@ | ||
| 1. Go to Settings > General Settings. | ||
| 2. Search for "Mail Domain Blacklist" and enter the domains you want to blacklist, separated | ||
| by commas. | ||
|
|
||
| Server configuration | ||
| ~~~~~~~~~~~~~~~~~~~~~ | ||
|
|
||
| In the odoo.conf file, set db_list = True to allow listing all databases. | ||
| In this case, blacklist domains from all databases will affect every database. | ||
| Set db_list = False and explicitly define db_name if you want to load only | ||
| the target database. In this case, blacklist domains will affect only that | ||
| database. | ||
|
|
||
| Note: Every time you update the "Mail Domain Blacklist," you need to restart the Odoo server | ||
| for the change to take effect. | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| This module allows adding domains to the mail domain blacklist to prevent Odoo from assuming | ||
| that users with the same domain belong to the same organization. | ||
|
|
||
| Due to the nature of this module, in a multi-tenant setting, the configuration in one database | ||
| affects all databases in the Odoo instance. | ||
| The effect of blacklist domains depends on how the Odoo server is configured to | ||
| load databases. In environments where multiple databases can be listed and | ||
| accessed, blacklist entries apply across all of them. When the server loads only | ||
| a single, explicit database, the blacklist affects only that database. | ||
|
AungKoKoLin1997 marked this conversation as resolved.
Outdated
|
||
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.
Uh oh!
There was an error while loading. Please reload this page.