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

Hi! I would like to prevent the modification of a recording after clicking on the button to save. I use decoration-muted like that ( "decoration-muted ="state in('e')" ) but it doesn't worked. 

頭像
捨棄
最佳答案

 Hi,

     please try like this

<tree string="Orders" decoration-info="state == 'draft'" decoration-muted="state in ('done','cancel')" >

       

頭像
捨棄