## Module account_financial_report ## Describe the bug The field group_id is not stored field in v18. https://github.com/OCA/account-financial-reporting/blob/c701d61b79d651fea3376a9fed1fdc4e7d646af6/account_financial_report/models/account_group.py#L15 This causes the error message in the logs > 2025-04-08 23:55:20,702 21 ERROR ############## odoo.osv.expression: Non-stored field account.account.group_id cannot be searched  In an Odoo sh project the error log breaks the code update ## To Reproduce **Affected versions**: 18.0 **Setps:** 1. Install account_financial_report module in odoo sh project 2. Update odoo sh project or only see the error log in the logs **Expected behavior** Error free log console