İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
4136 Görünümler

Under the clients in OpenERP(7) for the companies you have tab for all the contactpersons. How can I specify I only want to show the shipping addresses in this tab? I want to duplicate this group under the view, and have one tab for ALL the contacts and one tab for ONLY the shipping adresses.

Is this possible? Can someone explain how I can specify to use only the contacts of a specific type? I saw an attribute specified like e.g. : attrs="{'invisible': [('is_company','=',False)]}. This will hide all the companies. Is there a string like 'is_company' for something like 'is_shipping'??

Avatar
Vazgeç
En İyi Yanıt

The type field indicates the kind of address.

default = Default Address

invoice = Invoice Address

delivery = Shipping Address

contact = Contact Address

other = Other Address

attrs="{'invisible': [('type','<>','delivery')]}

Note: If you specify this in an XML file you should use:

attrs="{'invisible': [('type','&lt;&gt;','delivery')]}
Avatar
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
1
Ağu 25
470
1
Tem 25
1245
1
Tem 25
1582
2
Tem 25
1086
0
Nis 25
980