Daily updates from Odoo
Friday, May 15, 2026
13 changes
1 change
Enhancements to existing features
This update automatically sends email reminders to users 7 days before an account return deadline. This improves the process of submitting returns by proactively notifying users and reducing the risk of missed deadlines. It's a small improvement to our reporting system.
Original PR description
Send reminder mail to submit an account return 7 days before the deadline. task-4752152 Forward-Port-Of: odoo/enterprise#112576
1 change
Enhancements to existing features
This update automatically sends email reminders to users 7 days before the deadline for submitting account returns. This improves the process by proactively reminding users to complete returns, reducing late submissions and improving data accuracy. The change was implemented as an improvement to the existing account reporting system.
Original PR description
Send reminder mail to submit an account return 7 days before the deadline. task-4752152 Forward-Port-Of: odoo/enterprise#112576
1 change
Enhancements to existing features
This update automatically sends email reminders to customers 7 days before the deadline for submitting account returns. This improves the process of collecting returns and helps ensure timely accounting. It's an improvement to our customer communication workflow.
Original PR description
Send reminder mail to submit an account return 7 days before the deadline. task-4752152 Forward-Port-Of: odoo/enterprise#112576
9 changes
Enhancements to existing features
This update improves the user experience within the Odoo Enterprise charts module by enabling the drag-and-drop of multiple chart figures simultaneously. This allows for more efficient data visualization and manipulation, streamlining workflows for users creating and managing charts. The change enhances usability and productivity.
Original PR description
Task: 3323871
This update automatically sends reminder emails to customers 7 days before the deadline for submitting account returns. This improves the process by proactively reminding users to complete returns, reducing late submissions and improving data accuracy.
Original PR description
Send reminder mail to submit an account return 7 days before the deadline. task-4752152 Forward-Port-Of: odoo/enterprise#112576
This update adds a helpful menu within the Odoo Enterprise spreadsheet module, providing direct links to the official documentation and a shortcut to open the spreadsheet command palette. This improves usability and allows users to quickly find the information they need to effectively utilize the spreadsheet functionality.
Original PR description
Add help menu with link to the documentation and a shortcut to open the spreadsheet command palette. Task: 6186747
This update enhances the user interface for time type forms, specifically for time off and payroll tracking. The changes include clearer helper text, reorganized sections for better usability, and adjustments to field placement, ultimately streamlining the process for employees and HR staff.
Original PR description
* = hr_holidays, l10n_us_hr_payroll - added helper text for time off tab and payroll tab in time type form - change placeholder of the name - reorder sections to: Time Off, Payroll - change the position of the "Show on Paylsip" field's checkbox of US Payroll Localizaition task-6112824
This update clarifies the message users see when they don't have enough credits available for an IAP purchase. The wording has been refined to be more user-friendly and clearly explain the situation. This improves the overall customer experience and reduces potential confusion.
Original PR description
Task-6128791
This update ensures that tests for the VoIP systray icon are now run on smaller screens, mirroring the tests performed on larger desktop screens. This improves the reliability of our VoIP functionality across different device sizes, ensuring a consistent user experience.
Original PR description
Because the VoIP systray icon is also shown on small screens, the related tests should be executed on small screens as we do on the desktop.
This update simplifies the Frontdesk module's user interface and workflow, making check-in faster and more intuitive. Key changes include streamlining the welcome screen, removing unnecessary features, and improving the organization of settings. This redesign focuses on enhancing usability for both staff and guests.
Original PR description
This PR introduces a comprehensive revamp of the Frontdesk module to improve usability, simplify configuration, and remove redundant features from both frontend and backend. ***Frontend…
This PR introduces a comprehensive revamp of the Frontdesk module to improve usability, simplify configuration, and remove redundant features from both frontend and backend. ***Frontend Improvements*** --------------------- - Merged the visitor form and host selection screens into a single welcome screen to streamline the check-in process and reduce clicks. - Removed filters and the create option from the "Host Search" dialog. - Removed the "Create" button from the company "Search More" dialog. - Removed Install, Statistics, and Kiosk actions from the station kanban card to declutter the UI. ***Model & Field Changes*** --------------------- - Removed the `frontdesk.drink` model along with all related views and JavaScript logic. - Converted `ask_email`, `ask_phone`, and `ask_company` fields from boolean to selection fields to support required/optional behavior. - Simplified visitor state management by removing extra selection values and defaulting the state to `checked_in` upon check-in. - Set the check-in date to use the record creation date. - When creating a visitor from the backend, automatically assign the station if only one station exists; otherwise, leave it empty. ***Configuration & Navigation Cleanup*** ----------------------------------- - Renamed "Options" page to "Settings". - Moved the hosts field to the Settings page for better organization. - Renamed "Authenticate Guest" to "Guest Details" for clarity. - Removed Reporting and Configuration menus. - Removed "Add/Edit Properties" from the cog menu. - Added chatter to the station form view for better tracking. ***Notifications*** ------------- - Set default email and SMS templates under Host Notifications. Overall, these changes modernize the check-in flow, reduce complexity, and provide a cleaner and more intuitive experience for users and administrators. Task-5421138
This update adds a priority field to planning slots, enhancing the ability to filter and sort interventions across various views (form, list, Kanban, and search). This improves organization and allows users to quickly identify and focus on the most critical tasks.
Original PR description
Add priority field in planning slots to improve visibility and filtering of interventions across different views. Changes include: - Form view: add priority field between role and company - List view: add priority as an optional field (hidden by default) - Kanban view: display priority alongside planning information - Search view: add priority in group by options, add priority filter with sub-levels and separators, include priority in quick search suggestions - Demo data: update existing demo records to include priority values for testing and demonstration This ensures a consistent user experience. task-6176314
This update automatically updates partner information for Uruguayan businesses (UY) by fetching data directly from the Dirección General de Impuestos (DGI) through the Uruware integration. A new 'refresh' button allows users to pull the latest validated data, ensuring accurate records. All existing data is overwritten to prevent conflicts with DGI information.
Original PR description
Add a refresh button next to VAT on the partner form for UY partners, which fetches the partner's data from DGI (through Uruware) and writes it to the partner. Every mapped field is always overwritten so a refresh never mixes local values with DGI data. task-5419345
1 change
Enhancements to existing features
This update aligns report subheaders and numeric data within reports to create a more consistent and professional appearance. Previously, the formatting was inconsistent, with subheaders centered and data aligned differently. This change ensures a uniform look across all reports, enhancing readability and user experience.
Original PR description
Before this commit, subheaders of numeric columns were centered, while the figures in the columns were aligned to the end. This commit ensures that both the subheader and the figures are aligned the same way (center or end). task-6197223