跳至內容
選單
此問題已被標幟
2 回覆
237 瀏覽次數

Hi guys!!!

Please where can we find the list of only customers not users like what we find in res_partner.

Please help i need an answer

頭像
捨棄

Hello, Are you talking about Sales/Customer, so automatically, customer is already filtered here ? Thanks, Navrang Oza. Skype: acespritech

最佳答案

May be this will help you.


<record id="give filter name" model="ir.ui.view">

<field name="name">res.partner.name</field>

<field name="model">res.partner</field>

<field name="arch" type="xml">

<search string="Search Partner">

<filter string="Customers" name="customer" domain="[('customer','=',1)]" help="Customer Partners"/>

</search>

</field>

</record>

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
2
8月 25
2746
1
7月 25
1096
1
8月 25
1151
0
5月 25
1524
2
4月 25
3714