Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
1472 Prikazi

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. 

Avatar
Opusti
Best Answer

 Hi,

     please try like this

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

       

Avatar
Opusti