Friday, July 19, 2024
1 change · master
Resolved issues and error corrections
This update corrects internal code imports used by accounting reports and removes an unused reference. It helps keep the reporting module compatible and easier to maintain without changing day-to-day user workflows.
Original PR description
- `parse_version` should never have been imported from `odoo.tools.misc` because it was never intentionally exported from there (misc just used it internally, and has not done that since 2021) - remove unused `_lt` import - fix imports organisation