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

I would like to show records only for certain users what belong to group logged with same state of user_id. Also, if user is not supplier would show all records.

This is the sentence, but don´t work. Thanks in advance.

['|',(user.partner_id,'=', False),('delphos_poblacion_usuario_id.city_id.id','=', user.partner_id.city_id.id)]

Error:

File "/opt/openerp/server/openerp/osv/expression.py", line 757, in parse field_path = left.split('.', 1) AttributeError: 'bool' object has no attribute 'split'

 

 

Avatar
Vazgeç
Üretici En İyi Yanıt

Sorry, this is the correct sentence i tried:

 

['|',(user.partner_id.supplier,'=', False),('state_id.id','=', user.partner_id.state_id.id)]

Avatar
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
1
Mar 15
7038
2
Oca 24
3356
0
Oca 24
1600
2
Eyl 23
7736
2
Mar 23
46829