Tuesday, October 22, 2024
1 change
Features or functions removed from Odoo
The reporting options that automatically added totals below sections have been removed to simplify report behavior. Reports that still need these total lines will now handle them directly, reducing shared complexity and making each report's layout more explicit.
Original PR description
This commit will remove the total below section setting and ignore_totals_below_section options. This change is done because, it brings useless complexity to reports. If the totals line are needed, the specific report will have to add the lines by itself task: 4182639