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

Hello all ,


Is it possible to do record rule like this : 


['|',('company_id','=',False),('company_id','=',[product.company_id.id])]


As i keep getting an error :

Can i say in a record rule i want the company id to equal the product.product company_id ?


Avatar
Vazgeç
En İyi Yanıt

Hii,

Check By putting this.

['|',('company_id','=',False),('company_id','child_of',[product.company_id.id])]

Avatar
Vazgeç
Üretici

could explain the reason behind product instead product.product ?

product.product is a model and product is variable that will have to store product and product.product have company id in this model.

İlgili Gönderiler Cevaplar Görünümler Aktivite
1
Kas 24
1589
1
Ağu 15
7281
3
Oca 24
16191
1
Mar 15
5570
0
Mar 15
8926