تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
2 الردود
243 أدوات العرض

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
أغسطس 25
2765
1
يوليو 25
1112
1
أغسطس 25
1152
0
مايو 25
1532
2
أبريل 25
3730