Wednesday, April 2, 2025
2 changes · saas-18.1
Resolved issues and error corrections
Selling event tickets in Point of Sale no longer loads unnecessary event registration records. This avoids potential errors linked to order lines and helps keep the sales flow more reliable.
Original PR description
Before this commit, selling an event in PoS would trigger the loading of all event registrations linked to the event. This was unnecessary and caused issues, as it also attempted to load the related PoS order lines, leading to potential errors. opw-4613669 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The German financial reports now calculate annual profit and loss using the correct fiscal-year date range. This prevents prior-year results from being incorrectly included on the balance sheet, improving accuracy for year-end reporting.
Original PR description
Backport of https://github.com/odoo/enterprise/pull/82548 Profit and loss from previous year was not well calculated on the balance sheet. With this commit, we change the date scope for the `Net profit/loss for the year` line from `normal` to `from_fiscalyear`. We also change the way we calculate `Profit carried forward/loss carried forward` and `Net income/loss for the year` lines. opw-3663626