Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odpovědi
220 Zobrazení

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

Avatar
Zrušit

Hello, Are you talking about Sales/Customer, so automatically, customer is already filtered here ? Thanks, Navrang Oza. Skype: acespritech

Nejlepší odpověď

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>

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
2
srp 25
2632
1
čvc 25
1019
1
srp 25
1151
0
kvě 25
1478
2
dub 25
3626