Daily updates from Odoo
Monday, June 30, 2025
6 changes · master
Enhancements to existing features
The HR Referral app interface has been adjusted so key screens fit better on mobile devices. This makes referral rewards, dashboards, and related job/referral views easier for employees to use on smaller screens.
Original PR description
Some of the UI is not fitted in mobile view, this task aims to improve that. task-4853277
The salary offer list has been updated to make offer information easier to review. This should help HR teams navigate and compare salary offers more efficiently during contract preparation.
Employees without HR access can now see shortcuts from their own public employee profile to related self-service areas. This makes it easier to reach personal documents, appraisals, signature requests, and planning without needing extra navigation or HR permissions.
Original PR description
With this PR, if a user has no HR rights and is looking at his own public employee record, he should see some smartbuttons linking multiple apps. The following smartbuttons have been added: - Personal documents - Last appraisal - Signature requests - Planning task-4840326
The salary calculation window has been visually refreshed to make it clearer and more pleasant to use. This improves the employee and HR user experience when reviewing net salary information.
Original PR description
Change the look of the window to make it more pleasing visually. Task: 4879198
Commission achievement reports now show the partner name alongside related records, making it easier for users to identify the customer or partner behind each commission entry. This improves report readability for invoice, sales order, and subscription commission data without changing the underlying commission calculations.
Original PR description
_*=sale_commission_subscription This PR improves the sale commission achievement report by incorporating the partner name for better identification of records. Previously, the report only showed related resource IDs, which could be difficult to interpret. Key changes: - Added a new `partner_name` field to the `SaleCommissionAchievementReport`. - Updated SQL queries in `achievement_report.py` to join with `res_partner` and fetch the partner name for invoices, sales orders, and subscription commissions. These updates enhance the usability of the report, providing valuable context to commission data by clearly associating records with their respective partners. task-4501131
Resolved issues and error corrections
Selecting an existing signing template from the search option now brings users back to the Contract Template form with their choice filled in. This avoids an unexpected detour to the signing template setup page, while keeping the normal setup flow for newly uploaded PDFs.
Original PR description
### Steps to Reproduce: - Create a contract template. - Try assigning signatories to it by clicking on the search more option. ### FIX: - We will use inherited view id to view the list view of sign_template_id task-4860340