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>
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
2
sie 25
|
2615 | ||
|
1
lip 25
|
1015 | ||
|
1
sie 25
|
1151 | ||
|
0
maj 25
|
1471 | ||
|
2
kwi 25
|
3621 |
Hello, Are you talking about Sales/Customer, so automatically, customer is already filtered here ? Thanks, Navrang Oza. Skype: acespritech