Daily updates from Odoo
Monday, September 22, 2025
1 change · master
Features or functions removed from Odoo
An unused behind-the-scenes formatting method was removed from accounting reports because it duplicated existing behavior. This simplifies maintenance without changing how users view or interact with reports.
Original PR description
Removing `format_value` method, as it does nothing more than `_format_value` and is never called by the client.