Daily updates from Odoo
Friday, January 25, 2019
7 changes · master
Enhancements to existing features
Payroll accounting tests for Belgian company cars were updated to reflect revised CO2 tax and taxable benefit calculations. This keeps automated checks aligned with the latest payroll rules and helps prevent false test failures.
Original PR description
Since we updated the co2 tax computation and the atn computation for cars we need to update amounts in tests
Resolved issues and error corrections
Users can now filter the leave type list to show archived leave types. This makes it easier for HR teams to review or restore leave types that were previously hidden from the standard view.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Go to leave / configuration Archive a leave type Go to the tree view --> issue : the Archived filter is not available @nim-odoo -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update makes minor cosmetic improvements to stock traceability screens, including correcting a typo and adjusting view priority. It helps users see stock lot information more clearly when working with purchases, sales, and product expiry details.
Original PR description
Description of the issue/feature this PR addresses: small cosmetic changes for stock improvements traceability - correct typo and add priority to views 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
The survey invitation email template now uses clearer wording and correctly refers to surveys instead of appraisals. It also avoids showing a deadline when one is not required, reducing confusion for invitees.
Original PR description
Purpose of this commit is to improve the recently-introduced mail template used to invite people to surveys. Containing * fix the display of deadline that is not required; * correctly talk about survey, not apparaisal; This commit is linked to task ID 1932508 (side-dish fix).
Appraisal survey invitations were updated to work with the newer survey access system, separating survey access from individual answer links. The invitation template also now displays deadlines correctly, helping employees receive clearer appraisal survey information.
Original PR description
https://www.odoo.com/web#id=1932508&action=333&active_id=965&model=project.task&view_type=form&menu_id=4720
Code cleanup and technical improvements
This change removes an outdated website editor startup component after recent editor updates made it unnecessary. It helps keep the website and event website code cleaner with minimal direct impact for business users.
Original PR description
* website_event Following the new editor's merge at https://github.com/odoo/odoo/pull/29775, 'web_editor.ready' was moved to website without being renamed. Following https://github.com/odoo/odoo/pull/30409, this will remove that 'web_editor.ready' module. See upcoming improvements with https://github.com/odoo/odoo/pull/29442
Work order start and end date handling, along with unplanning behavior, is being moved from Enterprise into the Community manufacturing app. This makes these scheduling capabilities available more broadly and keeps the Enterprise module focused on features that remain specific to it.
Original PR description
Move the code that fills in date start and date end on the Work Orders and that does the unplan to Community Linked to odoo/odoo#30184 TaskID: 1889399