Daily updates from Odoo
Saturday, August 9, 2025
2 changes · master
Resolved issues and error corrections
This fixes an internal test setup for account import so spreadsheet files are identified with the correct file type. It helps keep automated validation reliable across environments where extra file detection tools are installed, with no expected impact on day-to-day users.
Original PR description
[FIX] account_base_import: fix mime type The `test_duplicate_journals_import` test fails when the magic lib is present. While the `xlsx` detection is supported, the test calls the import wizard with `xlsx` files but `application/vnd.ms-excel` as the file type which is for `xls` files. With this commit, the appropriate file type is given and the test works in all cases. (tested with Docker16, PureNoble and PureBookworm docker files) Forward-Port-Of: odoo/enterprise#91450 Forward-Port-Of: odoo/enterprise#91267
Code cleanup and technical improvements
Enterprise inventory, manufacturing, and local reporting modules were updated to stay aligned with recent accounting changes. This helps keep financial reports, stock valuation, and localization workflows consistent after the underlying system refactoring.