Wednesday, September 14, 2022
4 changes · master
Resolved issues and error corrections
Time Off Officers can now complete the second approval of leave requests without running into payroll permission errors. This makes the approval workflow smoother when leave approvals require payslip recalculations in the background.
Original PR description
As part of https://github.com/odoo/odoo/pull/99496, buttons to approve were made available in the Time Off tree view. However, the validate button requires to recompute payslips. The Time Off officer has no right to do it so it was giving an error. This commit fixes the access right to allow the Time Off Officer to do a second approval of the leaves. task-2939201
When a Chilean company has no shared certificate, automated invoice sending and status checks can fail. This change adds clear warnings so users know to handle the affected steps manually and understand when receipt acknowledgements were not sent.
Original PR description
Previous to this PR: If there is no shared certificate in the company the cronjobs that send invoices and check invoices in the SII don't work because they don't count with a valid certificate to operate. This occurs for a few installations where the users own a certificate for each of them. After this PR Added warning msgs for lack of shared certificate inviting to make the send and ask manually.  Also advising that the receipt acknowledgment has not been sent due to lack of this shared certificate. 
Field service product kanban cards now refresh their progress bars correctly after a record is changed. This prevents misleading status information and removes an unusable “Load more” button that could appear after updates.
Original PR description
This commit addresses 2 issues in kanban views with progress bars: 1) When updating the field on which the progress bars are computed in a record, an inert "Load more" button would appear 2) After updating said value, the progress bars would not be recomputed Both of these problems have been fixed. Community PR: https://github.com/odoo/odoo/pull/99748
This update improves subscription follow-up behavior by ensuring the next invoice date is correctly set when an order is confirmed through payment. It also prevents unsuitable hourly or daily recurrence options and allows temporal recurrence settings to be archived, helping teams keep billing schedules cleaner and more reliable.
Original PR description
taskid: 2977907