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>
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
2
8月 25
|
2613 | ||
|
1
7月 25
|
1015 | ||
|
1
8月 25
|
1151 | ||
|
0
5月 25
|
1470 | ||
|
2
4月 25
|
3621 |
Hello, Are you talking about Sales/Customer, so automatically, customer is already filtered here ? Thanks, Navrang Oza. Skype: acespritech