Thursday, May 8, 2025
1 change
Code cleanup and technical improvements
Asset draft entries are now processed through the scheduled job rather than being triggered directly. This aligns the process with normal background handling and helps ensure tests reflect how the system runs in production.
Original PR description
Instead of calling the method directly, use the cron to run it. Since the CRON job can commit, we need to run in test mode. odoo/odoo#199092