Friday, March 15, 2024
1 change · saas-17.1
Enhancements to existing features
This update enhances the Odoo system by adding a log message to confirm when a data module has successfully been imported into the database. Previously, no log notification was provided upon completion, making it harder to track import successes. This improved logging provides greater visibility and confidence in the data import process.
Original PR description
Before this commit, there was no message in the logs when the import of a data module is finished. This commit adds a log info to state that the module is now in the db. Forward-Port-Of: odoo/odoo#157687