management-system icon indicating copy to clipboard operation
management-system copied to clipboard

[FIX] mgmtsystem_evaluation: support model_field_char option in reference widget to avoid access to ir.model

Open kluna1998 opened this issue 9 months ago • 0 comments

fixing:

  • AttributeError: 'mgmtsystem.evaluation.template' object has no attribute '_get_mail_thread_data'

  • ValueError: Invalid field mail.activity.type.res_model_id in leaf ('res_model_id', '=', 421)

  • reference field configured with model_field fails to render due to access denied errors when trying to read ir.model -> _fetchModelFieldReference using BasicModel.include, and add support for model_field_char as a fallback.

@etobella

kluna1998 avatar Mar 27 '25 08:03 kluna1998