Daily updates from Odoo
Thursday, July 20, 2023
2 changes
Resolved issues and error corrections
This update fixes an issue in Appointments where the leave management wizard referred to an outdated date field, which could prevent the date selector from working correctly. It also reorganizes and renames Appointment menus so users see clearer, more consistent navigation.
Original PR description
The leave wizard was using an older field name for its date widget. The menus for appointment were not ordered properly. And the name of the menus did not match the name of the actions. task-3434098
Removing a tax during bank reconciliation now correctly removes the leftover empty journal entry line. This prevents confusing or inaccurate accounting entries from remaining after users adjust manual operations.
Original PR description
To replicate: - Open the bank reconciliation widget - Choose a statement line (preferably a line with no partner) - Mount the suspense line, to open the Manual Operations tab - Add a tax - Remove the tax You will notice the original base line has no debit/credit/balance but it stays in the journal entry (line_ids). No bug report (found by myself when adding the vehicle to the bank rec widget)