Daily updates from Odoo
Friday, June 14, 2019
2 changes
Enhancements to existing features
This improvement makes it easier for users to locate draft invoices linked to a specific partner. It helps accounting teams review pending billing work faster and reduces time spent searching manually.
Original PR description
Requested in issue #28729 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
Resolved issues and error corrections
Payslips now calculate employee work hours correctly when work entries extend beyond the payslip period. This helps ensure payroll amounts are based on the proper time range and reduces the risk of incorrect pay calculations.
Original PR description
Compute the right number of hours in payslip (with function _get_work_hours() from contract) in case of work entries exceed the interval of payslip.