Wednesday, January 7, 2026
3 changes · master
Enhancements to existing features
This update simplifies HR reporting by consolidating view definitions for HR version data. Previously, separate views were needed, but now they've been moved to the core base HR module and inherited, streamlining the system and improving efficiency. This change ensures consistent reporting across the enterprise HR system.
Original PR description
Since now hr_attendance needs to use almost the same list and search views for hr.version, the views are now moved to base hr and inherited. Related: https://github.com/odoo/odoo/pull/236555 Task-5189039
This update simplifies the naming of the 'Indian - Stock Report (GST)' module to 'Indian - Stock'. This change is being made to better integrate with a new reporting module, `l10n_in_reports_stock`, which will handle stock reporting separately, improving overall system organization.
Original PR description
The module name will be changed from 'Indian - Stock Report (GST)' to 'Indian - Stock'. This update aligns with the introduction of a new module, `l10n_in_reports_stock`, which will handle stock reporting independently. task-4334089
This update enhances the sample data generated in Odoo by including complete names for contacts. It also resolves an issue where image placeholders weren't visible in read-only views, ensuring a consistent and complete representation of sample data. This improves the usability of the sample data for testing and demonstration.
Original PR description
This commit: - adds "complete_name" to the generated field in sample data. - image field's placeholders are not displayed in readonly (except inside `web_studio` viewEditor. task-5258965