跳至內容
選單
此問題已被標幟
1 回覆
3576 瀏覽次數

here is the code :

                <button name="wtc_approval" states="request_approval" string="Approve" type="object" class="oe_highlight" attrs="{'invisible':[(%(isactiveuser)d,'=',False)]}"/>

 

it still error ..

 

頭像
捨棄
最佳答案

I haven't seen any xml views in which method is called.

You could also try using a computed field and provide the result to that field "field1", then using this field at XML attrs is possible.

頭像
捨棄
作者

oh i see , if i use field function to store return method is it possible ?

作者

thanks