Daily updates from Odoo
Wednesday, October 14, 2020
1 change
Resolved issues and error corrections
This fixes inconsistent automated test results in the Belgian payroll accounting test suite by making the tests less dependent on unpredictable demo data setup. It helps keep development checks stable and reduces false failures that can slow delivery.
Original PR description
Since this test is designed to be dependent of demo data, it depends of already installed modules that is not deterministic. Co-authored-by: Yannick Tivisse <yti@odoo.com>