跳至内容
菜单
此问题已终结

I'm creating an automated action in order to launch an activity for the purchases manager when an RfQ reaches the minimum amount for the vendor. 


This is my action 



And this is the domain expression (2 versions)

(1) 

["&","&",["state","=","draft"],["partner_id.x_mdg_minpurchase","!=",0],["amount_untaxed",">=", "partner_id.x_mdg_minpurchase"]]

(2)

["&","&",["state","=","draft"],["partner_id.x_mdg_minpurchase","!=",0],["amount_untaxed",">=", partner_id.x_mdg_minpurchase]]


The first doesn't work. The second raises the message "The domain you entered is not properly formed"

Can I compare 2 fields in the domain expression? How? 





形象
丢弃
编写者

Anybody have an idea?

相关帖文 回复 查看 活动
0
11月 25
2
0
11月 25
4
1
10月 25
110
1
10月 25
298
0
10月 25
3