Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
3339 Visualizações

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
Cancelar
Melhor resposta

Hii,

Check By putting this.

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

Avatar
Cancelar
Autor

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.

Publicações relacionadas Respostas Visualizações Atividade
1
nov. 24
1582
1
ago. 15
7256
3
jan. 24
16164
1
mar. 15
5545
0
mar. 15
8922