Skip to content

Commit

Permalink
[14.0][FIX] mgmtsystem_evaluation: fix domain
Browse files Browse the repository at this point in the history
  • Loading branch information
kluna1998 committed Dec 5, 2023
1 parent f8260f4 commit d93c90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mgmtsystem_evaluation/views/mgmtsystem_evaluation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
<field name="view_mode">tree,form</field>
<field
name="domain"
>[('model', '=', active_model), ('res_id', '=', 'active_id')]</field>
>[('model', '=', active_model), ('res_id', '=', active_id)]</field>
<field name="context">{}</field>
</record>

Expand Down

0 comments on commit d93c90b

Please sign in to comment.