Daily updates from Odoo
Tuesday, September 20, 2022
2 changes · master
Enhancements to existing features
Employee appraisal records now show all appraisals for the employee instead of relying on a previous-appraisal navigation flow. This makes it faster and less confusing for HR users and managers to review appraisal history.
Original PR description
The "Previous Appraisal" kind of navigation system was confusing and time consuming. Now all the appraisals of the employee are listed. task-2945849
Manufacturing orders can now automatically consume tracked components when no manual consumption step is required. This reduces unnecessary shop floor steps while preserving manual registration whenever an operation or bill of materials line explicitly requires it.
Original PR description
Without "Auto Consume" : same behaviour as before With "Auto Consume" : NO "Register Consumed Materials" step in the Operation AND NO "Consumed in Operation" on the BoM line : auto-consume component and no step created "Register Consumed Materials" step in the Operation OR "Consumed in Operation" on the BoM line : Does not auto-consume and a consumption step is created Task : 2950200 Community PR : https://github.com/odoo/odoo/pull/98461 -- I confirm I have signed the CLA and read the PR guidelines at [www.odoo.com/submit-pr](http://www.odoo.com/submit-pr)