Thursday, October 28, 2021
2 changes · master
Enhancements to existing features
The stock app now shows the correct warning when a product putaway rule is affected by a company change. This avoids confusing users with a message that referred to an unavailable field, making company-related stock configuration easier to understand.
Original PR description
Fixes #75608 We don't have active field on `stock.putaway.rule`. Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Belgian payroll accounting test module now installs demo data more efficiently by grouping setup actions. This reduces setup time from about 125 seconds to about 100 seconds, helping teams run tests and prepare environments faster.
Original PR description
This is reducing the installation time of the module (with demo data activated) from ~125s to ~100s.