Monday, December 1, 2025
5 changes · master
Enhancements to existing features
This update modifies the VAT report process to include tracking of payment steps. The change adjusts a setting within the accounting system to specifically flag the 'pay' stage for VAT reports, ensuring accurate reporting of payments. This improves the visibility and tracking of VAT payments within the system.
Original PR description
removed states_workflow `generic_state_review_submit` value from `account.return.type` to default `generic_state_tax_report` in order to add pay step in reports. task-5126401
This update makes a small visual adjustment to the offline systray item in the Odoo interface. The change enhances the user experience by refining the design for better clarity and visual appeal. This is a cosmetic improvement focused on presentation.
This update enhances the debugging experience by enabling a fuzzy search for technical field names within the Odoo Enterprise application. Previously, debugging relied on exact matches, which could be cumbersome. Now, developers can quickly find the relevant technical names during debugging, streamlining the troubleshooting process.
Original PR description
This commit adds the technical names of fields to the fuzzy search keys when in debug mode, to match the behavior of row/col. Task: 5226786
This update standardizes the naming of 'Working Schedule' instances to 'Working Hours' across the Odoo Enterprise system. This change enhances clarity and consistency within the HR recruitment integration, making it easier to manage job hour information.
Original PR description
- renamed the instances of Working Schedule to be Working Hours to be more consistent with other places task-id: 5167551
This update improves the user experience when creating a pivot table from Odoo data. Now, the side panel automatically receives focus, making it easier for users to quickly access related information and settings. This streamlines the pivot creation process and enhances usability.
Original PR description
Insert Pivot from Odoo data should give the focus to the side panel Task: 5252937 Forward-Port-Of: odoo/enterprise#99361