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

Hi,

How can I show in the seachpanel in Contacts only the companies with some contact inside?

I don't want any company to show up that doesn't have any contact

<!-- Search View -->
<record id="view_res_partner_search_inherit" model="ir.ui.view">
<field name="name">res.partner.search.inherit</field>
<field name="model">res.partner</field>
<field name="inherit_id" ref="base.view_res_partner_filter"/>
<field name="arch" type="xml">
<search>
<searchpanel>
<field name="parent_id" icon="fa-star"/>
</searchpanel>
</search>
</field>
</record>
Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
0
bře 15
4207
1
bře 15
4747
1
čvc 25
568
1
úno 25
1279
2
říj 23
5765