Skip to content
Snippets Groups Projects
Commit 76c4ca04 authored by Hervé Silvant - CGScop's avatar Hervé Silvant - CGScop
Browse files

Recherche exacte par no d'adhérent

parent e1e1e9cf
No related branches found
No related tags found
1 merge request!19Recherche exacte par no d'adhérent
......@@ -13,7 +13,7 @@
<field name="phone" filter_domain="['|',('phone','ilike',self),('mobile','=',self)]"/>
<field name="segment_1_id" string="Segmentation" filter_domain="['|', '|', '|', ('segment_1_id','ilike', self), ('segment_2_id','ilike', self), ('segment_3_id','ilike', self), ('segment_4_id','ilike', self)]"/>
<field name="followup_delegate_id" string="Délégué" filter_domain="['|', '|', '|', ('followup_delegate_id', 'ilike', self), ('creation_delegate_id', 'ilike', self), ('revision_person_id', 'ilike', self), ('revision_certified_person_id', 'ilike', self)]"/>
<field name="member_number_int" filter_domain="[('member_number','ilike',self)]"/>
<field name="member_number_int" filter_domain="[('member_number','=like',self)]"/>
<field name="siret" filter_domain="[('siret','ilike',self)]"/>
<field name="sigle" filter_domain="[('sigle','ilike',self)]"/>
<filter string="Mes organismes" name="my_partners" domain="['|', ('creation_delegate_id','=',uid), ('followup_delegate_id','=',uid)]"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment