Daily updates from Odoo
Tuesday, September 20, 2022
5 changes · master
Enhancements to existing features
Accounting users can now work without mandatory bank statements, while still adding statements when needed for control and documentation. The update adds balance checks, gap warnings, attachments, and easier ordering of statement lines to improve reconciliation accuracy.
Original PR description
Bank statements are now optional in accounting. The users add statements directly and can assign statements for control reasons. The users can enter end date and end balance real for the statements and attach the bank statement scan. The system checks if there is a gap (lines without statement) before the current statement and warns the user with decoration, also we check if the ending balance match the accumulated balance of the last line. Bank statement lines now show an accumulated balance and can be sorted by drag and drop in the same date, if the user drags a line to a position with lines of another date, it simply doesn't have any effect. Rename accumulated balance to cumulative balance, a better name Related community PR: odoo/odoo#99092 Task [#2879904](https://www.odoo.com/web#id=2879904&cids=1&menu_id=4720&action=4043&model=project.task&view_type=form) -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Several help tooltips were rewritten, added, or removed to make on-screen guidance clearer and more accurate in English. This improves everyday usability by reducing outdated or confusing explanations in project, field service, documents, and planning-related workflows.
Original PR description
In this commit we rewrite some tooltips because some of them are not correct in English and others are not valid anymore.Add some tooltips that could be missing and remove some tooltips that are not valid anymore
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
Sendcloud shipping can now match sender addresses using the warehouse label as well as the contact name. This makes address selection more flexible and reduces setup friction for businesses using warehouse labels.
Original PR description
Before this commit, we used to search for a sender address with the contact name set as the warehouse name, now the label field can be used instead.
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)