-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IMP] core: cutoff imports after some number of errors
Importing 100 records and getting 100 errors (often the same every time because a required field was not mapped) is not super useful and spams the logs a lot. Cutting off at one point seems useful. Note: integrates warnings-related fix from odoo#47972 reported by Grzegorz Marczyński in odoo#47936. closes odoo#48072 X-original-commit: 36c2c7f Signed-off-by: Xavier Morel (xmo) <[email protected]>
- Loading branch information
Showing
2 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
This file contains 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