Friday, February 6, 2026
1 change · 18.0
Enhancements to existing features
This update adds helpful guidance to the accounting report formula builder, specifically for the 'Subformula' field. Previously, users lacked information on how to use the 'ignore_zero_division' setting, which is crucial for accurate report calculations. This change enhances the user experience and reduces potential errors when configuring accounting reports.
Original PR description
Currently, the `Subformula` field in the `Create Expressions` wizard does not provide any `help` text. **Steps to reproduce:** - Install the `account_reports` module and enable `developer mode`. - Navigate to Accounting > Configuration > Accounting Reports. - Open any record, click `Add a line` > `Add a line`. - Observe the `Subformula` field. **Observation:** The `Subformula` field is displayed without any help message. **Root Cause:** At [1], the `subformula` field is defined without a `help` attribute. **Fix:** This commit adds a help text to the `Subformula` field explaining the use of `ignore_zero_division`, improving usability when configuring accounting report formulas. [1]: https://github.com/odoo/odoo/blob/57c0a78536fa38779d981482aee6ae73c132c2bc/addons/account/models/account_report.py#L558 Related enterprise PR: https://github.com/odoo/enterprise/pull/103773 opw-5475146