Monday, July 1, 2024
1 change · 17.0
Resolved issues and error corrections
This update fixes the invoice extraction tests to work reliably regardless of whether demo data is loaded. Previously, tests would fail if demo data wasn't present, causing inconsistent results. Now the tests are self-contained and produce consistent outcomes in all environments.
Original PR description
Removed dependency on demo data for the TestInvoiceExtractPurchase tests, as they would previously fail if the demo data had not been loaded. Now the results will be consistent, no matter if the demo data is present. Task-3957718 Forward-Port-Of: odoo/enterprise#65742 Forward-Port-Of: odoo/enterprise#65660