hello people, i have an error in payments module, i tried to open any of the payments created when y make an invoice and received this error:
Traceback (most recent call last): File "/opt/bitnami/odoo/lib/odoo-15.0.post20220310-py3.8.egg/odoo/http.py", line 644, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/opt/bitnami/odoo/lib/odoo-15.0.post20220310-py3.8.egg/odoo/http.py", line 302, in _handle_exception raise exception.with_traceback(None) from new_cause ValueError: Invalid field 'payment_method_ids' on model 'account.payment'
any ideas what it could be?