Skip to content
Snippets Groups Projects
Commit dab35572 authored by Martin Trigaux's avatar Martin Trigaux
Browse files

[FIX] website_forum: correct the 'Editor' goal definition, the field author_id...

[FIX] website_forum: correct the 'Editor' goal definition, the field author_id on a mail_message is a m2o to res.partner and not res.users

bzr revid: mat@openerp.com-20140509134434-6u2ft2gyv0hcryxq
parent 9e141c76
Branches
Tags
No related merge requests found
......@@ -99,7 +99,7 @@
<field name="domain" eval="[('model', '=', 'forum.post'), ('subtype_id', 'in', [ref('website_forum.mt_answer_edit'), ref('website_forum.mt_question_edit')])]"/>
<field name="batch_mode">True</field>
<field name="batch_distinctive_field" eval="ref('mail.field_mail_message_author_id')" />
<field name="batch_user_expression">user.id</field>
<field name="batch_user_expression">user.partner_id.id</field>
</record>
<record model="gamification.challenge" id="challenge_editor">
<field name="name">Editor</field>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment