Daily updates from Odoo
Saturday, May 17, 2025
8 changes
5 changes
Enhancements to existing features
The signature request activity in Odoo Sign has been renamed from "Request signature" to "Signature" to make activity lists clearer and more consistent. A related internal test note was also cleaned up after expected activity behavior changes, with no major workflow disruption for users.
Original PR description
task-4592571 changed up the way activities function, but not everything was completed before the end of the freeze; in addition, it included a number of bugs/crashes/usage inconveniences. This commit adds: - Sign "Request signature" activity type renamed to "Signature" This commit also fixes: - Postfreeze checkout comment on test_mail_enterprise query count change deleted; as action_feedback behavior changes, it can be expected that query count would change. task-4747156
Users can now clear the assigned partner from a bank statement line directly in the kanban reconciliation view. This makes it easier to correct mismatched or unnecessary partner assignments during bank reconciliation without leaving the workflow.
Original PR description
This commit adds the possibility to delete a partner_id on a statement line in kanban view. task-4782348
Bank reconciliation now shows eligible statement lines even when they do not have a partner assigned. This helps users complete internal transfer reconciliations that were previously hidden from the reconciliation view.
Original PR description
This commit will remove the check on the existence of the partner id because we want to have the line that have no partner. In this example: - In the first journal you create a statement line with 100 and do an internal transfer - in the second journal you should be able to reconcile it but since the line has no partner it wasn't in the view. no task id
The VoIP calling panel now removes extra blank space between an entered phone number and the suggested contacts list. This makes the suggestions easier to see and creates a more compact, polished calling experience.
Original PR description
This commit removes the useless big space between the entered phone number and the list of suggestions in the calee suggestions tab. ## Before  ## After 
The bank reconciliation screen now uses a partner's customer or supplier profile to choose the most relevant default action. This helps accountants work faster by showing the likely receivable or payable action first, while keeping the alternative available in the dropdown.
Original PR description
…artner rank Use customer_rank and supplier_rank to determine whether the receivable or payable button should be shown as the default action. The less relevant action is moved to the dropdown. task-4749341
2 changes
Enhancements to existing features
Budget users can now view budgets in a grouped hierarchy with totals and subtotals while editing directly from the main list. This makes budget review and adjustments easier by keeping the financial rollups visible during updates.
Original PR description
Enable the new groupby hierarchy on the budgets: * new widget in search view * allow editing the budgets from the main list view to allow having the totals/subtotals in the hierarchy while editing.
Spreadsheet-related features now use a newer, shorter identifier generator. This is an internal efficiency improvement that can reduce generated data size without changing how users work with spreadsheets.
Original PR description
Since https://github.com/odoo/o-spreadsheet/pull/5704, a new uuid generator has been added to spreadsheet, with the benefit of being smaller and more efficient than the previous one. This commit updates the code to use the new uuid generator instead of the old one. Task: 4709008
1 change
Enhancements to existing features