コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
247 ビュー

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
2831
1
7月 25
1151
1
8月 25
1152
0
5月 25
1568
2
4月 25
3766