Daily updates from Odoo
Tuesday, October 22, 2024
2 changes · 18.0
Enhancements to existing features
Accounting exception audits now show the full affected journal entry lines instead of individual audit messages, making the review easier to understand. Users can also audit exceptions even when the general audit trail setting is not enabled, improving access to important exception details.
Original PR description
On the exception form view is a button to audit the exception. Clicking displays the audit trail messages and only does so when the audit trail is activated in the settings. After this commit * We only show (all) the lines of the affected moves instead of the individual messages * Exceptions can be audited when the audit trail setting is not activated
Financial reports now show a clearer warning when a custom handler is configured. This makes the message easier for users to understand and reduces confusion caused by overly technical wording.
Original PR description
For usability; the previous message caused a bit of confusion, and was too technical to actually be understandable.