[FIX] Standard neutralization script#121
Merged
thomaspaulb merged 1 commit intoOCA:18.0from Mar 19, 2026
Merged
Conversation
c60f7c7 to
3fd1926
Compare
Contributor
|
Safe to merge, since the mock neutralization that outputs a text containing the word "Neutralization", has not been found in the log during past month, even though several restarts have been made. Always the log contained the "no need to neutralize" text. |
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.
Calling Odoo neutralization had been disabled because of a suspected fluke in how it was set up, leading to a neutralized production database. With this attempt, we switch it back on, so that neutralization can be set up via the standard
neutralize.sqlscripts, and for modules like for example the Wise and Stripe integration, we get neutralization out of the box instead of having to add manual SQL entries to our entrypoints.