Daily updates from Odoo
Friday, May 15, 2026
5 changes · master
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 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 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