Daily updates from Odoo
Monday, February 9, 2026
1 change · master
Code cleanup and technical improvements
This update simplifies the display of Russian bank account reports by removing a complex, custom widget. Instead, we now utilize a standard Odoo option to control the display of bank templates, resulting in a more streamlined and reliable reporting experience. This change improves the overall usability of the financial reporting module.
Original PR description
Removed the custom widget and instead used the `no_open` option directly on the `bank_template_id` field.