mirror of https://github.com/OCA/social.git
[FIX] mail_activity_board: add no_open to avoid accessing the record and using the open_origin function instead.
parent
73086499c1
commit
5abb13b0b2
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue