Skip to content

Commit fa90b7e

Browse files
committed
fix: revert change, it will be done in another pr
1 parent b311854 commit fa90b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

poweremail_references/poweremail_template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def create_access_reference(self, cursor, uid, ids, context=None):
4343
'name': _("%s Mail Access") % tmpl.name,
4444
'model': src_model,
4545
'key': 'action',
46-
'key2': 'client_action_relate',
46+
'key2': 'client_action_multi',
4747
'value': "ir.actions.act_window,%s" % action_id,
4848
'object': True,
4949
}

0 commit comments

Comments
 (0)