yes you can do it using attrs attribute. for that you have to inherit view and add attrs attribute on whole page. for ex:
<page .... attrs="{'readonly':[('state','=','confirm')]}"/> so it will make whole page as readonly if state = confirm. ------------------------ OpenERP=Easier, Adaptable, Affordable, Modular -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=42681#42681 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
