跳至內容
選單
此問題已被標幟
3988 瀏覽次數

I prepare a domain filter on the message_ids but this not work, what is the problem?

I want to filter all emails only for this view, related to the partner, on the parter form.

    <?xml version="1.0"?>
<xpath expr="//sheet" position="after">


                    <div class="oe_chatter">
                    <group name="grp_history" string="Email History">
                        <field name="message_ids" colspan="4" nolabel="1" domain="['|',
                    ('notification_ids.partner_id.user_ids', 'in', [uid]),
                    ('author_id.user_ids', 'in', [uid]),
                ])"  /> 

                    </group>            
                    </div>


                </xpath>

Thx

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
1
4月 24
13922
3
3月 15
20445
3
7月 20
8077
3
4月 23
34019
5
9月 20
12879