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
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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
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>
Create an account today to enjoy exclusive features and engage with our awesome community!
Üye Olİlgili Gönderiler | Cevaplar | Görünümler | Aktivite | |
---|---|---|---|---|
|
2
Ağu 25
|
2608 | ||
|
1
Tem 25
|
1015 | ||
|
1
Ağu 25
|
1151 | ||
|
0
May 25
|
1468 | ||
|
2
Nis 25
|
3620 |
Hello, Are you talking about Sales/Customer, so automatically, customer is already filtered here ? Thanks, Navrang Oza. Skype: acespritech