Daily updates from Odoo
Friday, January 23, 2026
3 changes · master
New functionality added to Odoo
This update adds PAN and UAN fields to the employee information section within the Odoo Enterprise salary configuration tool. This change is specifically designed to improve the accuracy of statutory reporting for Indian employees, ensuring compliance with local regulations.
Original PR description
- added PAN and UAN fields to the Personal Information model. - now fields appear under the Personal Information section of the Salary Configurator. - This applies specifically to the Indian Employee Pay structure and helps capture employee statutory details during salary configuration. task-5452379
This update introduces a new dashboard for administrators to quickly monitor eCommerce sales performance, including key metrics like sales, average cart value, and conversion rates. The dashboard provides a centralized view, streamlining sales analysis and enabling data-driven decision-making. It also includes batch confirmation of sale orders directly from the list view.
Original PR description
This commit brings back the eCommerce dashboard for admins, providing a quick overview of eCommerce sales performance. - Adds the dashboard in list view. - Implements custom search filters for relevant card data. - Adds a dropdown with predefined time periods to view sales, average cart value, and conversion rate. - Adds a new view for eCommerce orders as some extesions of main `sale` has no relevence in eCommerce context. design task-5177259 task-5153059 See Also: - https://github.com/odoo/enterprise/pull/98246 Co-authored and Designed by: Laetitia Daubechies (ldau) <ldau@odoo.com> --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update adds keyboard shortcuts to the Purchase Agreements form, streamlining the process for users. These shortcuts will allow for faster navigation and quicker completion of purchase requests, boosting overall efficiency. This is a minor improvement designed to enhance user experience.
Original PR description
This commit adds some shortcuts to the Purchase Agreements form, allowing users to navigate and work more efficiently. Task: 5420786 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr