[FIX] mail_activity_board: add no_open to avoid accessing the record and using the open_origin function instead.

pull/1522/head
TelmoSuarez 2024-12-18 18:29:39 +01:00
parent 73086499c1
commit 5abb13b0b2
1 changed files with 4 additions and 1 deletions

View File

@ -58,7 +58,10 @@
nolabel="1"
>
<field name="res_name" invisible="1" />
<h1><field name="related_model_instance" /></h1>
<h1><field
name="related_model_instance"
options="{'no_open': True}"
/></h1>
</button>
<field name="activity_category" invisible="1" />
<field name="res_model" invisible="1" />