Daily updates from Odoo
Friday, May 16, 2025
3 changes · master
Enhancements to existing features
Bank reconciliation now lets users quickly apply the full amount when working from a partial amount, reducing manual entry and speeding up matching. The update also cleans up related editing behavior and improves form alignment for a smoother accounting workflow.
Original PR description
This commit will add the possibility to quickly apply a full amount when you have a partial amount. Also removing part of the edit line function that is not needed anymore since we added the amount currency in the view, the record_data parameter has now always the amount_currency in it. And doing some formatting because the alignment was wrong in the form view. task-4749342
Portal users linked to the same company can now view and manage subscriptions for their organization, even when another colleague is listed as the customer. This makes it easier for company teams to collaborate on subscription renewals, updates, and follow-up actions without needing access through a single contact.
Original PR description
### Purpose Improve the portal experience by making subscriptions visible to all contacts of a company, regardless of which contact is set as the subscription customer. ### Current Behavior Only the specific contact set as the customer on a subscription can access it from the portal. Other contacts from the same company are unable to view or act on that subscription. ### New Behavior All portal users linked to a company can now access and manage subscriptions associated with their organization, even if they are not the direct customer. task-4750267
The helpdesk timesheet dashboard now replaces broad 'Last X Days' filters with clearer quarter/month and year selectors. This makes it easier for users to review timesheet data by standard reporting periods and compare results more consistently.
Original PR description
Improve the filtering options in dashboard of timesheet by removing the generic 'Last X Days' filters and replacing with 'Quarter/Month' and 'Year' selectors. task-4380906