mirror of
https://github.com/NaN-tic/trytond-galatea_photoalbum.git
synced 2023-12-13 20:30:36 +01:00
Remove safe_eval
issue4416
This commit is contained in:
parent
454ae06bb9
commit
ed6d73deae
1 changed files with 3 additions and 1 deletions
|
@ -57,7 +57,9 @@
|
|||
<record model="ir.action.act_window" id="act_photoalbum_comment_form2">
|
||||
<field name="name">Comments</field>
|
||||
<field name="res_model">galatea.photoalbum.comment</field>
|
||||
<field name="domain">[("photo", 'in', Eval('active_ids'))]</field>
|
||||
<field name="domain"
|
||||
eval="[('photo', 'in', Eval('active_ids'))]"
|
||||
pyson="1"/>
|
||||
</record>
|
||||
<record model="ir.action.keyword" id="act_open_photoalbum_comment_keyword1">
|
||||
<field name="keyword">form_relate</field>
|
||||
|
|
Loading…
Reference in a new issue