Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
3870 Представления

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

Аватар
Отменить
Related Posts Ответы Просмотры Активность
1
апр. 24
13757
3
мар. 15
20350
3
июл. 20
7961
3
апр. 23
33866
5
сент. 20
12792